Public Member Functions | |
Capsule (btScalar radius, btScalar height, irr::scene::ISceneNode *node, btScalar mass) | |
ctor |
Capsule shape is a builtin Bullet compound shape that is sometimes used to represent character, instead of bounding box.
Capsule::Capsule | ( | btScalar | radius, | |
btScalar | height, | |||
irr::scene::ISceneNode * | node, | |||
btScalar | mass | |||
) |
ctor
radius | Radius of the capsule | |
height | Height of the capsule | |
node | Attached node | |
mass | Mass of the object |
References Object::init().