Home
last modified time | relevance | path

Searched refs:TRANSFORM_WORLD (Results 1 – 9 of 9) sorted by relevance

/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/graphics/engine/
H A Dengine.cpp3489 m_device->SetTransform(TRANSFORM_WORLD, worldMatrix); in Draw3DScene()
3629 m_device->SetTransform(TRANSFORM_WORLD, identity); in DrawCaptured3DScene()
3768 m_device->SetTransform(TRANSFORM_WORLD, Math::Matrix{}); in RenderPendingDebugDraws()
4549 m_device->SetTransform(TRANSFORM_WORLD, matrix); in DrawShadowSpots()
4782 m_device->SetTransform(TRANSFORM_WORLD, m_matWorldInterface); in DrawBackgroundGradient()
4867 m_device->SetTransform(TRANSFORM_WORLD, m_matWorldInterface); in DrawBackgroundImage()
4892 m_device->SetTransform(TRANSFORM_WORLD, m_matWorldInterface); in DrawPlanet()
4929 m_device->SetTransform(TRANSFORM_WORLD, m_matWorldInterface); in DrawForegroundImage()
4959 m_device->SetTransform(TRANSFORM_WORLD, m_matWorldInterface); in DrawOverColor()
5527 m_device->SetTransform(TRANSFORM_WORLD, m_matWorldInterface); in SetInterfaceCoordinates()
[all …]
H A Dcloud.cpp132 device->SetTransform(TRANSFORM_WORLD, matrix); in Draw()
H A Dwater.cpp281 device->SetTransform(TRANSFORM_WORLD, matrix); in DrawBack()
334 device->SetTransform(TRANSFORM_WORLD, matrix); in DrawSurf()
H A Dparticle.cpp2515 m_device->SetTransform(TRANSFORM_WORLD, mat); in TrackDraw()
2696 m_device->SetTransform(TRANSFORM_WORLD, mat); in DrawParticleTriangle()
2766 m_device->SetTransform(TRANSFORM_WORLD, mat); in DrawParticleNorm()
2828 m_device->SetTransform(TRANSFORM_WORLD, mat); in DrawParticleFlat()
2917 m_device->SetTransform(TRANSFORM_WORLD, mat); in DrawParticleFog()
2978 m_device->SetTransform(TRANSFORM_WORLD, mat); in DrawParticleRay()
3136 m_device->SetTransform(TRANSFORM_WORLD, mat); in DrawParticleSphere()
3233 m_device->SetTransform(TRANSFORM_WORLD, mat); in DrawParticleCylinder()
3411 m_device->SetTransform(TRANSFORM_WORLD, matrix); in DrawParticle()
H A Dlightning.cpp227 device->SetTransform(TRANSFORM_WORLD, mat); in Draw()
/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/graphics/core/
H A Ddevice.h146 TRANSFORM_WORLD, enumerator
/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/graphics/opengl/
H A Dgl21device.cpp76 SetTransform(TRANSFORM_WORLD, m_worldMat); in DebugLights()
162 SetTransform(TRANSFORM_WORLD, saveWorldMat); in DebugLights()
640 if (type == TRANSFORM_WORLD) in SetTransform()
H A Dgl33device.cpp76 SetTransform(TRANSFORM_WORLD, identity); in DebugLights()
162 SetTransform(TRANSFORM_WORLD, saveWorldMat); in DebugLights()
646 if (type == TRANSFORM_WORLD) in SetTransform()
H A Dgl14device.cpp474 if (type == TRANSFORM_WORLD) in SetTransform()