|
class | Physics3DComponent |
| A component with 3D physics, you can add a rigid body to it, and then add this component to a node, the node will move and rotate with this rigid body. More...
|
|
class | Physics3DConstraint |
| Constraint affects the movement of physics object, it usually connet one or two physics object. More...
|
|
class | Physics3DPointToPointConstraint |
| Point to point constraint limits the translation so that the local pivot points of 2 rigidbodies match in worldspace. More...
|
|
class | Physics3DHingeConstraint |
| Hinge constraint restricts two additional angular degrees of freedom, so the body can only rotate around one axis, the hinge axis. More...
|
|
class | Physics3DSliderConstraint |
| It allows the body to rotate around x axis and translate along this axis. More...
|
|
class | Physics3DConeTwistConstraint |
| It is a special point to point constraint that adds cone and twist axis limits. More...
|
|
class | Physics3D6DofConstraint |
| This generic constraint can emulate a variety of standard constraints, by configuring each of the 6 degrees of freedom (dof). More...
|
|
class | Physics3DDebugDrawer |
| Physics3DDebugDrawer: debug draw the physics object, used by Physics3DWorld. More...
|
|
struct | Physics3DCollisionInfo |
| The collision information of Physics3DObject. More...
|
|
class | Physics3DObject |
| Inherit from Ref, base class. More...
|
|
struct | Physics3DRigidBodyDes |
| The description of Physics3DRigidBody. More...
|
|
class | Physics3DRigidBody |
| Inherit from Physics3DObject, the main class for rigid body objects. More...
|
|
struct | Physics3DColliderDes |
| The description of Physics3DCollider. More...
|
|
class | Physics3DCollider |
| Inherit from Physics3DObject, the main class for Colliders. More...
|
|
class | Physics3DShape |
| Create a physical shape(box, sphere, cylinder, capsule, convexhull, mesh and heightfield) More...
|
|
struct | Physics3DWorldDes |
| The description of Physics3DWorld. More...
|
|
class | Physics3DWorld |
| The physics information container, include Physics3DObjects, Physics3DConstraints, collision information and so on. More...
|
|
class | PhysicsSprite3D |
| Convenient class to create a rigid body with Sprite3D. More...
|
|