function rglAddDynamicFace( const aObjectIndex : Integer) : Integer; stdcall;
Add a new blank dynamic object
Parameters aObjectIndex - A Reference to one of the previously created dynamic objects
Returns The index of the newly created face.
Remark This adds a "clean" face object to the supplied dynamic object. Generally this will be used to load a face from an external file not known by the engine
|