Beispiel #1
0
 internal CaveConfiguration()
 {
     caveType      = CaveType.Isometric;
     mapParameters = new MapParameters();
     floorHeight   = new HeightMapProperties(DEFAULT_FLOOR_HEIGHT);
     ceilingHeight = new HeightMapProperties(DEFAULT_CEILING_HEIGHT);
     scale         = DEFAULT_SCALE;
     debugMode     = DEFAULT_DEBUG_MODE;
 }
Beispiel #2
0
 void Reset()
 {
     parameters = new HeightMapProperties(0);
     size       = DEFAULT_SIZE;
 }