Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members File Members
rawObject Struct Reference
The definition of an object (parser) The definition of an object _exclusivley_ used by the 3Dsia binary parser.
More...
List of all members.
Detailed Description
The definition of an object (parser) The definition of an object _exclusivley_ used by the 3Dsia binary parser.
Definition at line 101 of file visualThread.cpp.
00102 {
00103 string name;
00104
00105 int numberOfVertices;
00106 map<int,vertex> verteces;
00107
00108
00109 int numberOfPolies;
00110 map<int,poly> polies;
00111 }
Member Data Documentation
int rawObject::numberOfPolies |
|
the number of polygons the object is built with.
Definition at line 109 of file visualThread.cpp.
int rawObject::numberOfVertices |
|
map<int,poly> rawObject::polies |
|
map<int,vertex> rawObject::verteces |
|
The documentation for this struct was generated from the following file:
Generated at Sat May 13 13:50:27 2000 for 3Dsia by
1.1.2 written by Dimitri van Heesch,
© 1997-2000