SpiecsEngine
 
Loading...
Searching...
No Matches

◆ GetModelMatrix()

const glm::mat4 & Spices::TransformComponent::GetModelMatrix ( )
inline

Get the modelMatrix variable.

Returns
Returns the modelMatrix variable.

Definition at line 116 of file TransformComponent.h.

116{ CalMatrix(); return m_ModelMatrix; }
glm::mat4 m_ModelMatrix
The modelMatrix this component handled.
void CalMatrix()
Calculate Model Matrix.

References CalMatrix().