DebugDrawer::DebugPrim Struct Reference

List of all members.

Public Types

 Tri
 Box
 Line
 Text
enum  {
  Tri,
  Box,
  Line,
  Text
}

Public Attributes

ColorF color
 Color used for this primitive.
Point3F a
 Points used to store positional data. Exact semantics determined by type.
Point3F b
Point3F c
enum DebugDrawer::DebugPrim:: { ... }  type
 Type of the primitive. The meanings of a,b,c are determined by this.
SimTime dieTime
 Time at which we should remove this from the list.
bool useZ
 If true, do z-checks for this primitive.
char mText [256]
DebugPrimnext

Member Enumeration Documentation

anonymous enum

Enumerator:
Tri 
Box 
Line 
Text 


Member Data Documentation

Color used for this primitive.

Points used to store positional data. Exact semantics determined by type.

Type of the primitive. The meanings of a,b,c are determined by this.

Time at which we should remove this from the list.

If true, do z-checks for this primitive.