Additional PinSlotJoint 2D implementation with DOF: 1 translation + 1 rotation (#775)
* Additional groove joint 2D implementation with 1 translation + 1 rotation * Conditional import for 2d feature flag * Groove joint 2d tests in testbed examples * Renamed GrooveJoint to PinSlotJoint * cargo fmt * Cross-reference to groove joint in Godot engine
This commit is contained in:
@@ -3,6 +3,7 @@ pub use self::generic_joint::*;
|
||||
pub use self::impulse_joint::*;
|
||||
pub use self::motor_model::MotorModel;
|
||||
pub use self::multibody_joint::*;
|
||||
pub use self::pin_slot_joint::*;
|
||||
pub use self::prismatic_joint::*;
|
||||
pub use self::revolute_joint::*;
|
||||
pub use self::rope_joint::*;
|
||||
@@ -16,6 +17,7 @@ mod generic_joint;
|
||||
mod impulse_joint;
|
||||
mod motor_model;
|
||||
mod multibody_joint;
|
||||
mod pin_slot_joint;
|
||||
mod prismatic_joint;
|
||||
mod revolute_joint;
|
||||
mod rope_joint;
|
||||
|
||||
Reference in New Issue
Block a user