procedure rglAddDynamicFaceNormalIndex( const aObjectIndex, aFaceIndex, aNormalIndex : Integer); stdcall;
Add a previously loaded Normal's index to the supplied face of the supplied dynamic object
Parameters aObjectIndex - A Reference to one of the previously created dynamic objects aFaceIndex - A Refrence to the face index returned from rglAddDynamicFace
aNormalIndex - A Refrence to the index of the Normal returned from rglAddDynamicMeshNormal or rglAddDynamicUniqueMeshNormal
Remark Generally this will be used to load Normal index data into the supplied face.
|