CGeometry Class Reference

#include <structs.h>

Collaboration diagram for CGeometry:

Collaboration graph
[legend]
List of all members.

Detailed Description

This class contains the 3-dimensional geometry that is used to render the world object associated with this geometry. It also contains related data such as surface normals, texture coordinates, etc.

Definition at line 100 of file structs.h.

Private Attributes

bool bVisible
 flag indicating whether or not this object's geometry should be rendered
CGeometryPrevious
 a link to the previous CGeometry object when this object is in a linked list
CGeometryNext
 a link to the next CGeometry object when this object is in a linked list


Member Data Documentation

bool CGeometry::bVisible [private]

Definition at line 102 of file structs.h.

CGeometry* CGeometry::Previous [private]

Definition at line 103 of file structs.h.

CGeometry* CGeometry::Next [private]

Definition at line 104 of file structs.h.

 

Copyright Windsor Schmidt 2006 - All rights reserved.