Complete the implementation of non-simd joint motor for the revolute joint.
This commit is contained in:
@@ -5,7 +5,14 @@ pub(crate) use self::joint::JointIndex;
|
||||
#[cfg(feature = "dim3")]
|
||||
pub use self::joint::RevoluteJoint;
|
||||
pub use self::joint::{
|
||||
BallJoint, FixedJoint, GenericJoint, Joint, JointHandle, JointParams, JointSet, PrismaticJoint,
|
||||
BallJoint,
|
||||
FixedJoint,
|
||||
Joint,
|
||||
JointHandle,
|
||||
JointParams,
|
||||
JointSet,
|
||||
PrismaticJoint,
|
||||
SpringModel, // GenericJoint
|
||||
};
|
||||
pub use self::rigid_body::{ActivationStatus, BodyStatus, RigidBody, RigidBodyBuilder};
|
||||
pub use self::rigid_body_set::{BodyPair, RigidBodyHandle, RigidBodySet};
|
||||
|
||||
Reference in New Issue
Block a user