|
Grindstone Game Engine v0.2.0
An open source game engine and toolkit.
|
Static Public Member Functions | |
| static Math::Matrix4 | GetWorldTransformMatrix (ECS::Entity entity) |
| static Math::Matrix4 | GetWorldTransformMatrix (entt::entity entity, const entt::registry ®istry) |
| static Math::Float3 | GetWorldPosition (const ECS::Entity entity) |
| static Math::Float3 | GetWorldPosition (const entt::entity entity, const entt::registry ®istry) |
Public Attributes | |
| Math::Quaternion | rotation = Math::Quaternion(0.0f, 0.0f, 0.0f, 1.0f) |
| Math::Float3 | position = Math::Float3(0.0f, 0.0f, 0.0f) |
| Math::Float3 | scale = Math::Float3(1.f, 1.f, 1.f) |