TWiki home TWiki > Team5 > FilesAndClasses (r1.2 vs. r1.3) TWiki webs:
Main | TWiki | Know | Sandbox
Team5 . { Changes | Index | Search | Go }
 <<O>>  Difference Topic FilesAndClasses (r1.3 - 07 Nov 2004 - BrianYoung)
Changed:
<
<

    • float WORLD_SIZE - how big the world is; in consequence, each grid square is WORLD_SIZE/GRID_RES on a side
>
>

    • int WORLD_SIZE - how big the world is; in consequence, each grid square is WORLD_SIZE/GRID_RES on a side
Added:
>
>

    • float zAt(float x, float y) - find the height of the terrain at a point
Added:
>
>

    • float _terrain[WORLD_SIZE][WORLD_SIZE] - hold the world height map

Topic FilesAndClasses . { View | Diffs | r1.3 | > | r1.2 | > | r1.1 | More }
Revision r1.2 - 05 Nov 2004 - 23:18 GMT - BrianYoung
Revision r1.3 - 07 Nov 2004 - 22:24 GMT - BrianYoung
Copyright © 1999-2003 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback.