Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 30, 2006, 12:48:16 AM (19 years ago)
Author:
patrick
Message:

cr: deep structure with Collision and CollisionEvent created. list cleanup missing.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/cr/src/lib/collision_reaction/cr_defs.h

    r7941 r7964  
    1111### File Specific:
    1212   main-programmer: Patrick Boenzli
    13    co-programmer: Christian Meyer
    1413*/
    1514
     
    2221#define _CR_DEFS_H
    2322
     23//!< the maximal number of touching objects (collisions) per frame
     24#define CR_MAX_COLLISIONS          500
    2425
    25 #define CR_MAX_COLLISIONS  1000
     26//!< the maximal number of bounding volumes collision events per frame
     27#define CR_MAX_COLLISION_EVENTS   3000
    2628
    2729
Note: See TracChangeset for help on using the changeset viewer.