Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 21, 2005, 4:24:50 PM (18 years ago)
Author:
bottac
Message:

Uses VertexArrayModel now

File:
1 edited

Legend:

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

    r6227 r6249  
    1616class SpatialSeparation;
    1717class Material;
    18 
     18class VertexArrayModel;
    1919//! A simple method to call a desired debug world.
    2020enum DebugTerrain {TERRAIN_DAVE, TERRAIN_BENSCH};
     
    4444 private:
    4545   Model*              vegetation;
    46    Model*              model;
     46   VertexArrayModel*           model;
    4747   Material*           tmp_mat;
    4848   int                 objectList;
Note: See TracChangeset for help on using the changeset viewer.