Add nativeccd flag. When this flag is enabled, general convex collision detection is handled natively, as opposed to using libccd.
PiperOrigin-RevId: 663859009 Change-Id: Ife18bb1de62f2154e4725fdf764484a18586b836
This commit is contained in:
committed by
Copybara-Service
parent
390bce2352
commit
0bffd744f9
@@ -75,8 +75,9 @@ typedef enum mjtEnableBit_ { // enable optional feature bitflags
|
||||
// experimental features:
|
||||
mjENBL_MULTICCD = 1<<4, // multi-point convex collision detection
|
||||
mjENBL_ISLAND = 1<<5, // constraint island discovery
|
||||
mjENBL_NATIVECCD = 1<<6, // native convex collision detection
|
||||
|
||||
mjNENABLE = 6 // number of enable flags
|
||||
mjNENABLE = 7 // number of enable flags
|
||||
} mjtEnableBit;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user