Public Attributes | |
| string | name |
| the name of the object. More... | |
| double | pos [3] |
| the position of an object. More... | |
| bool | havedata |
| if this object has visual data or not (just to avoid sync-problems). More... | |
| GLuint | visual |
| the display list of the object (the object itself). More... | |
| hullInfo* | hull |
| the bounding box used for collision detection. More... | |
| string | chat_msg |
| the chat-message which appears above the avatars head. More... | |
Definition at line 132 of file visualThread.cpp.
00133 {
00134 string name;
00135 double pos[3];
00136 // string visualData;
00137 bool havedata;
00138 GLuint visual;
00139 hullInfo* hull;
00140 string chat_msg;
00141 }
|
the chat-message which appears above the avatars head.
Definition at line 140 of file visualThread.cpp.
|
if this object has visual data or not (just to avoid sync-problems).
Definition at line 137 of file visualThread.cpp.
|
|
|
|
the display list of the object (the object itself).
Definition at line 138 of file visualThread.cpp.
1.1.2 written by Dimitri van Heesch,
© 1997-2000