Modify comments
This commit is contained in:
parent
a76100a378
commit
97b0903a9d
|
@ -57,7 +57,7 @@ class CylinderShape : public CollisionShape {
|
|||
/// Radius of the base
|
||||
decimal mRadius;
|
||||
|
||||
/// Half height of the cone
|
||||
/// Half height of the cylinder
|
||||
decimal mHalfHeight;
|
||||
|
||||
// -------------------- Methods -------------------- //
|
||||
|
|
|
@ -49,10 +49,10 @@ struct HingeJointInfo : public JointInfo {
|
|||
/// Hinge rotation axis (in world-space coordinates)
|
||||
Vector3 rotationAxisWorld;
|
||||
|
||||
/// True if the slider limits are enabled
|
||||
/// True if the hinge joint limits are enabled
|
||||
bool isLimitEnabled;
|
||||
|
||||
/// True if the slider motor is enabled
|
||||
/// True if the hinge joint motor is enabled
|
||||
bool isMotorEnabled;
|
||||
|
||||
/// Minimum allowed rotation angle (in radian) if limits are enabled.
|
||||
|
|
Loading…
Reference in New Issue
Block a user