worldMatrix method
A transformation matrix representing the world space of this game entity.
Implementation
Matrix4 worldMatrix(){
_updateWorldMatrix();
return _worldMatrix;
}
A transformation matrix representing the world space of this game entity.
Matrix4 worldMatrix(){
_updateWorldMatrix();
return _worldMatrix;
}