Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 24, 2006, 3:21:13 PM (19 years ago)
Author:
hdavid
Message:

branches/atmospheric_engine: renamed fake-billboard to imageplane and created new billboard

File:
1 edited

Legend:

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

    r7679 r7807  
    218218
    219219        CL_IMAGE_ENTITY               =    0x00000513,
    220         CL_BILLBOARD                  =    0x00000514,
     220        CL_IMAGE_PLANE               =    0x00000514,
    221221        CL_MODEL_ENTITY               =    0x00000515,
    222222        CL_TEXT_ELEMENT               =    0x00000516, /// TODO MOVE
     
    281281        CL_GRAPHICS_EFFECT            =    0x00a01000,
    282282
     283  CL_BILLBOARD                   =    0x00000a01,
    283284        CL_SUN_EFFECT                 =    0x00a02000,
    284285        CL_WEATHER_EFFECT             =    0x00a04000,
Note: See TracChangeset for help on using the changeset viewer.