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/lib/graphics/importer/height_map.h

    r6227 r6249  
    1414
    1515
    16 #include "model.h"
     16#include "vertex_array_model.h"
    1717
    18 #define sampleRate 2
     18#define sampleRate 4
    1919
    2020class SDL_Surface;
     
    2424class Texture;
    2525
    26 class HeightMap : public Model
     26class HeightMap : public VertexArrayModel
    2727{
    2828public:
    29 void draw();
     29
    3030void load();
    3131void load(int Mode);
Note: See TracChangeset for help on using the changeset viewer.