Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 20, 2006, 12:20:44 AM (18 years ago)
Author:
ponder
Message:

BufferBroker needs an update. Its broken!

File:
1 edited

Legend:

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

    r8569 r8595  
    8787                        activatedCount = deactivatedCount = 0;
    8888#ifdef USE_VBO
    89                         broker = new BufferBroker( 200, pageSize*pageSize*sizeof( Vertex ),
     89                        broker = new BufferBroker( 400, pageSize*pageSize*sizeof( Vertex ),
    9090                                pageSize*pageSize*sizeof( short )*3 );
    9191#endif                 
Note: See TracChangeset for help on using the changeset viewer.