Add solver flags for controlling whether or not some contacts should be taken into account by the constraints solver.

This commit is contained in:
Crozet Sébastien
2020-10-27 13:36:53 +01:00
parent 3def91d62e
commit cb6a7ff946
9 changed files with 78 additions and 13 deletions

View File

@@ -5,7 +5,7 @@ pub use self::capsule::Capsule;
pub use self::collider::{Collider, ColliderBuilder, ColliderShape};
pub use self::collider_set::{ColliderHandle, ColliderSet};
pub use self::contact::{
Contact, ContactKinematics, ContactManifold, ContactPair, KinematicsCategory,
Contact, ContactKinematics, ContactManifold, ContactPair, KinematicsCategory, SolverFlags,
};
pub use self::contact_generator::{ContactDispatcher, DefaultContactDispatcher};
#[cfg(feature = "dim2")]