CMeshBuilder and CMeshBuilder::CErrorDescriptor class declarations.
Copyright 2008 Autodesk, Inc. All rights reserved. Use of this software is subject to the terms of the Autodesk license agreement provided at the time of installation or download, or which otherwise accompanies this software in either electronic or hard copy form.
Classes |
|
class | CMeshBuilder |
CMeshBuilder allows you to create polygon meshes from an
ordered array of vertex coordinates and polygon connections
(polygon to vertices). You can build the vertices and polygons by
providing all the data at once or you can build them incrementally
by providing the data in chunks. More... |
|
class | CMeshBuilder::CErrorDescriptor |
This class reports the error status returned
by CMeshBuilder::Build.
If the mesh builder fails, the faulty indices are reported by this
object. More... |
|
Namespaces |
|
namespace | XSI |
The XSI namespace defines a region where all API classes are declared. Namespaces are used to prevent global namespace pollution and name clashing. |