Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8758 in orxonox.OLD for branches/fontdata/src/defs/class_id.h


Ignore:
Timestamp:
Jun 23, 2006, 10:20:35 PM (19 years ago)
Author:
bensch
Message:

font is a Material now

File:
1 edited

Legend:

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

    r8724 r8758  
    289289  /// Graphical stuff (range from 0x00000800 to 0x00000aff)
    290290  /// SUPER-Textures
    291   CL_TEXTURE                    =    0x00801000,
    292   CL_TEXTURE_SEQUENCE           =    0x00802000,
    293   CL_TEXT                       =    0x00804000,
     291  CL_MATERIAL                   =    0x00801000,
     292  CL_TEXTURE                    =    0x00802000,
     293  CL_TEXTURE_SEQUENCE           =    0x00804000,
     294  CL_TEXT                       =    0x00808000,
    294295  CL_MULTI_LINE_TEXT            =    0x00000840,
    295296  CL_LIMITED_WIDTH_TEXT         =    0x00000841,
     
    315316  CL_BSP_MODEL                  =    0x0000090c, //!FIXME
    316317
    317   CL_MATERIAL                   =    0x00000810,
    318318  CL_SHADER                     =    0x00000811,
    319319  CL_LIGHT                      =    0x00000821,
Note: See TracChangeset for help on using the changeset viewer.