Struct dae_parser::PhysicsSceneCommon [−][src]
Expand description
Specifies physics-scene information for the common profile that all COLLADA implementations must support.
Fields
gravity: Option<Box<[f32; 3]>>
A vector representation of the scene’s gravity force field. It is given as a denormalized direction vector of three floating-point values that indicate both the magnitude and direction of acceleration caused by the field.
time_step: Option<f32>
The integration time step, measured in seconds, of the physics scene. This value is engine-specific. If omitted, the physics engine’s default is used.
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for PhysicsSceneCommon
impl Send for PhysicsSceneCommon
impl Sync for PhysicsSceneCommon
impl Unpin for PhysicsSceneCommon
impl UnwindSafe for PhysicsSceneCommon
Blanket Implementations
Mutably borrows from an owned value. Read more