Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 3, 2006, 10:23:35 PM (18 years ago)
Author:
ponder
Message:

Cleanup for the terrain

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/terrain/src/lib/graphics/importer/terrain/terrain.h

    r8929 r9071  
    9292                        indices = new unsigned short[MAX_INDICES];
    9393#ifdef USE_VBO
    94                         broker = new BufferBroker( 200, MAX_VERTICES*sizeof( Vertex ),
     94                        broker = new BufferBroker( 300, MAX_VERTICES*sizeof( Vertex ),
    9595                                MAX_INDICES*sizeof( short ) );
    9696#endif                 
Note: See TracChangeset for help on using the changeset viewer.