Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Jun 8, 2006, 3:47:40 PM (18 years ago)
Author:
patrick
Message:

bsp: some cr default values rearangements

File:
1 edited

Legend:

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

    r8190 r8256  
    121121  CL_STATE                      =    0x00000013,
    122122  CL_FRAMEWORK                  =    0x00000014,
    123   CL_CR_ENGINE                  =    0x00000015,                ///FIXME bensch i just added this id, verify if this is ok :D
     123  CL_CR_ENGINE                  =    0x00000015,
    124124  CL_RENDER_2D                  =    0x00000021,
    125125  CL_NULL_ELEMENT_2D            =    0x00000022,
     
    252252
    253253  /// Collision
    254   CL_COLLISION                  =    0x00000711,
     254  CL_COLLISION                  =    0x00780000,
    255255  CL_COLLISION_HANDLE           =    0x00000712,
    256256  CL_COLLISION_REACTION         =    0X00000713,
     
    258258  CL_CR_PHYSICS_GROUND          =    0X00000715,
    259259  CL_CR_PHYSICS_GROUND_WALK     =    0X00000716,
    260   CL_CR_OBJECT_DAMAGE          =    0X00000717,
     260  CL_CR_OBJECT_DAMAGE           =    0X00000717,
    261261  CL_CR_OBJECT_PICKUP           =    0X00000718,
    262262  CL_CR_VERTEX_TRAFO            =    0X00000719,
     
    271271  CL_OBB                        =    0x00720000,
    272272  CL_BOUNDING_SPHERE            =    0x00740000,
    273  
     273
    274274
    275275
     
    298298  CL_HEIGHT_MAP                 =    0x0000090a,
    299299  CL_GRID                       =    0x0000090b,
    300   CL_BSP_MODEL                  =    0x0000090c, //!FIXME 
    301  
     300  CL_BSP_MODEL                  =    0x0000090c, //!FIXME
     301
    302302  CL_MATERIAL                   =    0x00000810,
    303303  CL_SHADER                     =    0x00000811,
Note: See TracChangeset for help on using the changeset viewer.