Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 2037 in orxonox.OLD for orxonox/branches/burli/src/world.h


Ignore:
Timestamp:
Jun 28, 2004, 12:59:44 AM (21 years ago)
Author:
adrian
Message:

orxonox/branches/burli: Repeating ground grid (plus player-centered view for testing)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/burli/src/world.h

    r1956 r2037  
    1515#include "stdincl.h"
    1616#include "data_tank.h"
     17
     18const long GRIDWIDTH = 100;
     19const long GRIDLENGTH = 120;
    1720
    1821class World {
     
    7174
    7275 private:
    73   float surface[120][120];
     76  float surface[GRIDWIDTH][GRIDLENGTH];
    7477  float step;
    7578
Note: See TracChangeset for help on using the changeset viewer.