Searched refs:m_WorldMatrix (Results 1 – 10 of 10) sorted by relevance
46 this->m_WorldMatrix = resObj.GetWorldMatrix(); in TransformNode()50 math::MTX34Identity(&this->m_WorldMatrix); in TransformNode()161 NW_FAILSAFE_IF(math::MTX34Inverse(&m_InverseWorldMatrix, m_WorldMatrix) == 0) in InverseWorldMatrix()
135 resAmbientLight->m_WorldMatrix = math::MTX34::Identity(); in CreateResAmbientLight()
136 resHemiSphereLight->m_WorldMatrix = math::MTX34::Identity(); in CreateResHemiSphereLight()
154 resVertexLight->m_WorldMatrix = math::MTX34::Identity(); in CreateResVertexLight()
153 resFragmentLight->m_WorldMatrix = math::MTX34::Identity(); in CreateResFragmentLight()
136 resFog->m_WorldMatrix = math::MTX34::Identity(); in CreateResFog()
260 resCamera->m_WorldMatrix = math::MTX34::Identity(); in Create()
152 math::MTX34& WorldMatrix() { return m_WorldMatrix; } in WorldMatrix()155 const math::MTX34& WorldMatrix() const { return m_WorldMatrix; } in WorldMatrix()323 math::MTX34 m_WorldMatrix; variable
68 nw::ut::ResMtx34 m_WorldMatrix; member
56 nw::ut::ResMtx34 m_WorldMatrix; // 行列計算用のバッファへ正式対応後、削除予定。 member