procedure rglGetDynamicBillBoardCamPos( const aObjectIndex: Integer; var aBBCamPosX, aBBCamPosY,aBBCamPosZ : Single); stdcall;
Get the last camera position that was set for the billboard calculations.
Parameters aObjectIndex - A Reference to one of the previously created dynamic objects aBBCamPosX, aBBCamPosY,aBBCamPosZ - last position set for the camera
Remark This flag is implemented for all dynamic objects except animated bone meshes
|