gwnavgeneration/input/objvisualgeometrybuilder.h Source File
Go to the documentation of this file.
9 #ifndef GwNavGen_ObjVisualRepresentation_H
10 #define GwNavGen_ObjVisualRepresentation_H
24 class ObjVisualGeometryBuilder :
public IVisualGeometryBuilder
27 ObjVisualGeometryBuilder(
28 const ObjFileReader* obj,
29 const CoordSystem& coordSystem,
30 PolygonWinding triangleWinding = POLYGON_IS_CCW,
33 virtual void DoBuild();
36 const ObjFileReader* m_objFileReader;
37 CoordSystem m_coordSystem;
38 PolygonWinding m_triangleWinding;
Definition: gamekitcrowddispersion.h:20
unsigned int KyUInt32
Type used internally to represent an unsigned 32-bit integer.
Definition: types.h:36
#define KyUInt32MAXVAL
The maximum value that can be stored in the KyUInt32 variable type.
Definition: types.h:226