Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6519 in orxonox.OLD for trunk/src/world_entities/skybox.h


Ignore:
Timestamp:
Jan 18, 2006, 12:38:19 AM (18 years ago)
Author:
bensch
Message:

trunk: better smoother water

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/skybox.h

    r6512 r6519  
    5757
    5858  Material*       material[6];     //!< Materials for the SkyBox. sorted by number (0-5) top, bottom, left, right, front, back
    59   Texture*        texture[6];      //!< Textures for the CubeMap.
     59  Texture*        cubeTexture[6];  //!< Textures for the CubeMap.
    6060
    6161  float           size;            //!< Size of the SkyBox. This should match the frustum maximum range.
Note: See TracChangeset for help on using the changeset viewer.