PathEngine home previous: iFaceVertexBuilder::startMesh()next: iSolidObjectsBuilder::addPoint()
Contents, API Reference, Interfaces, iSolidObjectsBuilder

Interface iSolidObjectsBuilder

Description

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.

Methods:

addPoint

Adds a point to the current solid.

setAttribute

(Optionally) sets an attribute for the convex solid currently being built.

startSolid

Informs the builder that calls to addPoint() and so on will follow, for a new solid.

Example implementation

An example implementation of this interface can be found in SDKRoot/code/sampleShared/SolidObjectsBuilder.h (which also implements Interface iSolidObjects).


Documentation for PathEngine release 6.04 - Copyright © 2002-2024 PathEnginenext: iSolidObjectsBuilder::addPoint()