Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6100 in orxonox.OLD for trunk/src/defs/class_id.h


Ignore:
Timestamp:
Dec 14, 2005, 1:46:12 PM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: copied the heightMap to the trunk, and adapted to partly new framework

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/defs/class_id.h

    r6010 r6100  
    202202  CL_PROMITIVE_MODEL            =    0x00000808,
    203203  CL_MD2Model                   =    0x00000809,
    204   CL_LIGHT                      =    0x0000080a,
    205   CL_PARTICLE_EMITTER           =    0x0000080b,
    206   CL_PARTICLE_SYSTEM            =    0x0000080c,
    207   CL_ENVIRONMENT                =    0x00000810,
    208   CL_SHADER                     =    0x00000811,
     204  CL_HEIGHT_MAP                 =    0x0000080a,
     205  CL_LIGHT                      =    0x00000811,
     206  CL_PARTICLE_EMITTER           =    0x00000812,
     207  CL_PARTICLE_SYSTEM            =    0x00000813,
     208  CL_ENVIRONMENT                =    0x00000821,
     209  CL_SHADER                     =    0x00000822,
    209210  // GL-GUI
    210211  CL_GLGUI_WIDGET               =    0x00501901,
Note: See TracChangeset for help on using the changeset viewer.