Home
last modified time | relevance | path

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

/CTR-SDK-4.2.7-SampleDemos/gx/Api/CommandCacheVSUniformFrame/
Dgx_CommandCacheVSUniformFrame.cpp335 nn::math::Matrix44 worldMatrix = body.GetWorldMatrix(); in DrawBody() local
336 nn::math::MTX44Mult(&modelViewMatrix, &modelViewMatrix, &worldMatrix); in DrawBody()
435 nn::math::Matrix44 worldMatrix = particle.GetWorldMatrix(); in UpdateDisplay0CommandCache() local
436 nn::math::MTX44Mult(&modelViewMatrix, &modelViewMatrix, &worldMatrix); in UpdateDisplay0CommandCache()
/CTR-SDK-4.2.7-SampleDemos/gx/Api/CommandCacheVSUniformModel/
Dgx_CommandCacheVSUniformModel.cpp354 nn::math::Matrix44 worldMatrix = body.GetWorldMatrix(); in DrawBody() local
355 nn::math::MTX44Mult(&modelViewMatrix, &modelViewMatrix, &worldMatrix); in DrawBody()
427 nn::math::Matrix44 worldMatrix = particle.GetWorldMatrix(); in DrawDisplay0CommandCache() local
428 nn::math::MTX44Mult(&modelViewMatrix, &modelViewMatrix, &worldMatrix); in DrawDisplay0CommandCache()
/CTR-SDK-4.2.7-SampleDemos/gx/Api/Draw3d/
Dgx_Draw3d.cpp279 nn::math::Matrix44 worldMatrix = body.GetWorldMatrix(); in DrawBody() local
280 nn::math::MTX44Mult(&modelViewMatrix, &modelViewMatrix, &worldMatrix); in DrawBody()
/CTR-SDK-4.2.7-SampleDemos/common/libraries/demo/RenderData/
Ddemo_TrianglesRenderData.cpp764 nn::math::MTX44 worldMatrix(positionMatrix); in GetWorldMatrix() local
768 MTX44Mult(&worldMatrix, &worldMatrix, &worldRotMatrix); in GetWorldMatrix()
770 return worldMatrix; in GetWorldMatrix()
/CTR-SDK-4.2.7-SampleDemos/gx/Api/CommandCacheSimple/
Dgx_CommandCacheSimple.cpp279 nn::math::Matrix44 worldMatrix = body.GetWorldMatrix(); in DrawBody() local
280 nn::math::MTX44Mult(&modelViewMatrix, &modelViewMatrix, &worldMatrix); in DrawBody()
/CTR-SDK-4.2.7-SampleDemos/gx/Api/RenderToTexture/
Dgx_RenderToTexture.cpp466 nn::math::Matrix44 worldMatrix = body.GetWorldMatrix(); in DrawBody() local
467 nn::math::MTX44Mult(&modelViewMatrix, &modelViewMatrix, &worldMatrix); in DrawBody()
/CTR-SDK-4.2.7-SampleDemos/gx/Api/CommandListDouble/
Dgx_CommandListDouble.cpp586 nn::math::Matrix44 worldMatrix = body.GetWorldMatrix(); in DrawBody() local
587 nn::math::MTX44Mult(&modelViewMatrix, &modelViewMatrix, &worldMatrix); in DrawBody()
/CTR-SDK-4.2.7-SampleDemos/gx/Api/VertexBuffer/
Dgx_VertexBuffer.cpp857 nn::math::MTX44 worldMatrix(positionMatrix); in UpdateCube() local
861 nn::math::MTX44Mult(&s_WorldMatrix, &worldMatrix, &worldRotMatrix); in UpdateCube()
/CTR-SDK-4.2.7-SampleDemos/gx/Api/FragmentLightingSimple/
Dgx_FragmentLightingSimple.cpp550 nn::math::Matrix44 worldMatrix = body.GetWorldMatrix(); in DrawBody() local
551 nn::math::MTX44Mult(&modelViewMatrix, &modelViewMatrix, &worldMatrix); in DrawBody()