Nameless Engine
|
Public Attributes | |
glm::mat4x4 | relativeRotationMatrix = glm::identity<glm::mat4x4>() |
glm::quat | relativeRotationQuaternion = glm::identity<glm::quat>() |
Small helper struct to keep all local space related information in one place.
glm::mat4x4 ne::SpatialNode::LocalSpaceInformation::relativeRotationMatrix = glm::identity<glm::mat4x4>() |
Matrix that describes basis vectors that define node's local space.
glm::quat ne::SpatialNode::LocalSpaceInformation::relativeRotationQuaternion = glm::identity<glm::quat>() |
Node's relative rotation in quaternion form.