Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8508 in orxonox.OLD for branches/bsp_model/src/defs


Ignore:
Timestamp:
Jun 15, 2006, 11:59:56 PM (18 years ago)
Author:
patrick
Message:

bsp: added the bounding box for each model on WE level

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/bsp_model/src/defs/class_id.h

    r8507 r8508  
    278278  CL_OBB                        =    0x00720000,
    279279  CL_BOUNDING_SPHERE            =    0x00740000,
    280   CL_AABB_TREE_NODE             =    0x00000724,                //FIXME: is this correct? AABB_TREE_NODE isA BOUNDING_VOLUME
     280  CL_AABB_TREE_NODE             =    0x00000724,                //FIXME: is this correct? AABB_TREE_NODE isA BV_TREE_NODE
     281  CL_AABB                       =    0x00780000,                //FIXME: is this correct? AABB isA BOUNDING_VOLUME
    281282
    282283
Note: See TracChangeset for help on using the changeset viewer.