PathEngine home previous: iSolidObjectsBuilder::startSolid()next: iRenderGeometry::addConstExternalRef()
Contents, API Reference, Interfaces, iRenderGeometry

Interface iRenderGeometry

Description

Used for passing geometry information into the testbed renderer.

This interface is defined in SDKRoot/code/externalAPI/i_pathengine.h.

Methods:

addConstExternalRef

Increments the internal reference count for this API object.

addExternalRef

Increments the internal reference count for this API object.

addLineSequence

Adds a sequence of (connected) 3D lines.

addPolygon

Adds a 3D polygon.

hasRefs

Enables you to check whether there are any outstanding references on this object, other than the interface reference through which you are calling, and therefore whether this object will actually be deleted if you call its release method.

release

Releases the API object pointer.

Creation

Instances of this class can be created by calling iTestBed::newRenderGeometry().


Documentation for PathEngine release 6.04 - Copyright © 2002-2024 PathEnginenext: iRenderGeometry::addConstExternalRef()