random_racer::VRSTerrainLoader::TerrainPart Struct Reference

Used for storing the 4 most recent TerrainParts. More...

List of all members.

Public Attributes

double x
 This 2 describe the center of this TerrainPart.
double y
bool isDone
 This is true if the TerrainPart is ready to get directly copied into the current vertex array and false otherwise.
std::vector< VRS::Vector > points
 Contains the actual interpolated points.


Detailed Description

Used for storing the 4 most recent TerrainParts.

Definition at line 65 of file VRSTerrainLoader.h.


Member Data Documentation

double random_racer::VRSTerrainLoader::TerrainPart::x

This 2 describe the center of this TerrainPart.

Definition at line 70 of file VRSTerrainLoader.h.

double random_racer::VRSTerrainLoader::TerrainPart::y

Definition at line 70 of file VRSTerrainLoader.h.

bool random_racer::VRSTerrainLoader::TerrainPart::isDone

This is true if the TerrainPart is ready to get directly copied into the current vertex array and false otherwise.

Definition at line 76 of file VRSTerrainLoader.h.

std::vector<VRS::Vector> random_racer::VRSTerrainLoader::TerrainPart::points

Contains the actual interpolated points.

Definition at line 81 of file VRSTerrainLoader.h.


The documentation for this struct was generated from the following file:
Generated on Fri May 11 21:02:14 2007 for Random Racer by  doxygen 1.5.1