Changeset 7964 in orxonox.OLD for branches/cr/src/lib/collision_reaction/cr_defs.h
- Timestamp:
- May 30, 2006, 12:48:16 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/cr/src/lib/collision_reaction/cr_defs.h
r7941 r7964 11 11 ### File Specific: 12 12 main-programmer: Patrick Boenzli 13 co-programmer: Christian Meyer14 13 */ 15 14 … … 22 21 #define _CR_DEFS_H 23 22 23 //!< the maximal number of touching objects (collisions) per frame 24 #define CR_MAX_COLLISIONS 500 24 25 25 #define CR_MAX_COLLISIONS 1000 26 //!< the maximal number of bounding volumes collision events per frame 27 #define CR_MAX_COLLISION_EVENTS 3000 26 28 27 29
Note: See TracChangeset
for help on using the changeset viewer.