PathEngine home | previous: | next: |
A callback class for use with PathEngine methods that construct face vertex mesh data.
This interface is defined in SDKRoot/code/externalAPI/i_pathengine.h.
Adds a face (triangle) to the mesh, and returns the index of the newly added face. | ||
Adds a vertex to the mesh, and returns the index of the newly added vertex. | ||
(Optionally) sets an attribute for a face in the mesh. | ||
Informs the builder that calls to addVertex() and so on will follow, for a new mesh. |
An example implementation of this interface can be found in SDKRoot/code/sampleShared/FaceVertexBuilder.h.
Documentation for PathEngine release 6.04 - Copyright © 2002-2024 PathEngine | next: |