Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 19, 2006, 5:46:35 PM (18 years ago)
Author:
bottac
Message:

Branch bsp_model created.

Location:
branches/bsp_model
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • branches/bsp_model/src/world_entities/terrain.h

    r7221 r7352  
    1818class HeightMap;
    1919class Material;
     20class BspManager;
    2021
    2122//! A simple method to call a desired debug world.
     
    6061
    6162   HeightMap*          heightMap;
     63   BspManager*         bspManager;
    6264   Material*           heightMapMaterial;
    6365   Vector              terrainScale;
Note: See TracChangeset for help on using the changeset viewer.