![]() |
Fove SDK
v1.2.0
|
Represents the pose of an object of the scene. More...
#include <FoveAPI.h>

Public Attributes | |
| Fove_Vec3 | position |
| The position of the object in world space. | |
| Fove_Quaternion | rotation |
| The rotation of the object in world space. | |
| Fove_Vec3 | scale |
| The scale of the object. More... | |
| Fove_Vec3 | velocity |
| Velocity of the object in world space. | |
Represents the pose of an object of the scene.
Pose transformations are applied in the following order on the object: scale, rotation, translation
| Fove_Vec3 Fove_ObjectPose::scale |
The scale of the object.
Non-uniform scales are not supported for sphere collider shapes. The scale of the object in world space
1.8.17