Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5860 in orxonox.OLD for trunk/src/defs


Ignore:
Timestamp:
Dec 1, 2005, 8:38:37 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: some initial work at MultiFrameTexture.cc

File:
1 edited

Legend:

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

    r5822 r5860  
    181181  CL_FONT                       =    0x00c02802,
    182182  CL_MATERIAL                   =    0x00000804,
    183   CL_MODEL                      =    0x00000805, //!< @todo make this a SUBCLASS maybe
    184   CL_OBJMODEL                   =    0x00000806,
    185   CL_PROMITIVE_MODEL            =    0x00000807,
    186   CL_MD2Model                   =    0x00000808,
    187   CL_LIGHT                      =    0x00000809,
    188   CL_PARTICLE_EMITTER           =    0x0000080a,
    189   CL_PARTICLE_SYSTEM            =    0x0000080b,
     183  CL_MULTI_FRAME_TEXTURE        =    0x00c04805,
     184  CL_MODEL                      =    0x00000806, //!< @todo make this a SUBCLASS maybe
     185  CL_OBJMODEL                   =    0x00000807,
     186  CL_PROMITIVE_MODEL            =    0x00000808,
     187  CL_MD2Model                   =    0x00000809,
     188  CL_LIGHT                      =    0x0000080a,
     189  CL_PARTICLE_EMITTER           =    0x0000080b,
     190  CL_PARTICLE_SYSTEM            =    0x0000080c,
    190191  CL_ENVIRONMENT                =    0x00000810,
    191192  CL_SHADER                     =    0x00000811,
Note: See TracChangeset for help on using the changeset viewer.