Struct atlas::transform_physics
ClassList > atlas > transform_physics
#include <transform.hpp>
Public Attributes
Type | Name |
---|---|
glm::highp_vec3 | position = { 0.f } |
glm::highp_vec4 | quaterion_rotation = { 0.0f, 0.0f, 0.0f, 1.0f } |
glm::highp_vec3 | rotation = { 0.f } |
glm::highp_vec3 | scale = { 1.f } |
Detailed Description
Note:
This is the struct that jolt_context uses
Note:
When changing to transform change jolt_context transform_physics to transform as well
Public Attributes Documentation
variable position
glm::highp_vec3 atlas::transform_physics::position;
variable quaterion_rotation
glm::highp_vec4 atlas::transform_physics::quaterion_rotation;
variable rotation
glm::highp_vec3 atlas::transform_physics::rotation;
variable scale
glm::highp_vec3 atlas::transform_physics::scale;
The documentation for this class was generated from the following file TheAtlasEngine/atlas/components/transform.hpp