Home
last modified time | relevance | path

Searched refs:GetWorldMatrix (Results 1 – 11 of 11) sorted by relevance

/CTR-SDK-4.2.7-SampleDemos/common/libraries/demo/Body/
Ddemo_Particle.cpp114 nn::math::MTX44 Particle::GetWorldMatrix(void) const in GetWorldMatrix() function in demo::Particle
116 return m_Sphere.GetWorldMatrix(); in GetWorldMatrix()
/CTR-SDK-4.2.7-SampleDemos/common/include/demo/Body/
Ddemo_Particle.h49 virtual nn::math::MTX44 GetWorldMatrix(void) const;
/CTR-SDK-4.2.7-SampleDemos/gx/Api/CommandCacheVSUniformFrame/
Dgx_CommandCacheVSUniformFrame.cpp335 nn::math::Matrix44 worldMatrix = body.GetWorldMatrix(); in DrawBody()
435 nn::math::Matrix44 worldMatrix = particle.GetWorldMatrix(); in UpdateDisplay0CommandCache()
/CTR-SDK-4.2.7-SampleDemos/gx/Api/CommandCacheVSUniformModel/
Dgx_CommandCacheVSUniformModel.cpp354 nn::math::Matrix44 worldMatrix = body.GetWorldMatrix(); in DrawBody()
427 nn::math::Matrix44 worldMatrix = particle.GetWorldMatrix(); in DrawDisplay0CommandCache()
/CTR-SDK-4.2.7-SampleDemos/common/include/demo/RenderData/
Ddemo_TrianglesRenderData.h510 virtual nn::math::MTX44 GetWorldMatrix(void) const;
/CTR-SDK-4.2.7-SampleDemos/gx/Api/Draw3d/
Dgx_Draw3d.cpp279 nn::math::Matrix44 worldMatrix = body.GetWorldMatrix(); in DrawBody()
/CTR-SDK-4.2.7-SampleDemos/gx/Api/CommandCacheSimple/
Dgx_CommandCacheSimple.cpp279 nn::math::Matrix44 worldMatrix = body.GetWorldMatrix(); in DrawBody()
/CTR-SDK-4.2.7-SampleDemos/gx/Api/RenderToTexture/
Dgx_RenderToTexture.cpp466 nn::math::Matrix44 worldMatrix = body.GetWorldMatrix(); in DrawBody()
/CTR-SDK-4.2.7-SampleDemos/gx/Api/CommandListDouble/
Dgx_CommandListDouble.cpp586 nn::math::Matrix44 worldMatrix = body.GetWorldMatrix(); in DrawBody()
/CTR-SDK-4.2.7-SampleDemos/common/libraries/demo/RenderData/
Ddemo_TrianglesRenderData.cpp758 nn::math::MTX44 TrianglesRenderData::GetWorldMatrix(void) const in GetWorldMatrix() function in demo::TrianglesRenderData
/CTR-SDK-4.2.7-SampleDemos/gx/Api/FragmentLightingSimple/
Dgx_FragmentLightingSimple.cpp550 nn::math::Matrix44 worldMatrix = body.GetWorldMatrix(); in DrawBody()