Blender V2.61 - r43446

btRigidBody::btRigidBodyConstructionInfo Struct Reference

#include <btRigidBody.h>

List of all members.

Public Member Functions

 btRigidBodyConstructionInfo (btScalar mass, btMotionState *motionState, btCollisionShape *collisionShape, const btVector3 &localInertia=btVector3(0, 0, 0))

Public Attributes

btScalar m_mass
btMotionStatem_motionState
btTransform m_startWorldTransform
btCollisionShapem_collisionShape
btVector3 m_localInertia
btScalar m_linearDamping
btScalar m_angularDamping
btScalar m_friction
 best simulation results when friction is non-zero
btScalar m_restitution
 best simulation results using zero restitution.
btScalar m_linearSleepingThreshold
btScalar m_angularSleepingThreshold
bool m_additionalDamping
btScalar m_additionalDampingFactor
btScalar m_additionalLinearDampingThresholdSqr
btScalar m_additionalAngularDampingThresholdSqr
btScalar m_additionalAngularDampingFactor

Detailed Description

The btRigidBodyConstructionInfo structure provides information to create a rigid body. Setting mass to zero creates a fixed (non-dynamic) rigid body. For dynamic objects, you can use the collision shape to approximate the local inertia tensor, otherwise use the zero vector (default argument) You can use the motion state to synchronize the world transform between physics and graphics objects. And if the motion state is provided, the rigid body will initialize its initial world transform from the motion state, m_startWorldTransform is only used when you don't provide a motion state.

Definition at line 112 of file btRigidBody.h.


Constructor & Destructor Documentation

btRigidBody::btRigidBodyConstructionInfo::btRigidBodyConstructionInfo ( btScalar  mass,
btMotionState motionState,
btCollisionShape collisionShape,
const btVector3 &  localInertia = btVector3(0,0,0) 
) [inline]

Definition at line 142 of file btRigidBody.h.

References m_startWorldTransform, and btTransform::setIdentity().


Member Data Documentation

When a motionState is provided, the rigid body will initialize its world transform from the motion state In this case, m_startWorldTransform is ignored.

Definition at line 118 of file btRigidBody.h.

Referenced by btRigidBody::setupRigidBody().


The documentation for this struct was generated from the following file: