Start experimenting with a generic joint implementation for joint drives.
This commit is contained in:
@@ -148,4 +148,10 @@ pub mod math {
|
||||
/// single contact constraint.
|
||||
#[cfg(feature = "dim3")]
|
||||
pub const MAX_MANIFOLD_POINTS: usize = 4;
|
||||
|
||||
#[cfg(feature = "dim2")]
|
||||
pub const SPATIAL_DIM: usize = 3;
|
||||
|
||||
#[cfg(feature = "dim3")]
|
||||
pub const SPATIAL_DIM: usize = 6;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user