au3Irr2 Function Reference
_IrrFinalizeBatchingMeshFinalises the batching mesh.
#Include <au3Irrlicht2.au3>
_IrrFinalizeBatchingMesh($h_meshBatch)
Parameters
$h_meshBatch | Handle to a bactching mesh as returned by _IrrCreateBatchingMesh. |
Return Value
Success: Handle to a new meshFailure: False and @error 1
Remarks
This should be called once all of the meshes have been added to the batching mesh.The function returns a new mesh object that can be used in all standard mesh calls..
Related
_IrrCreateBatchingMesh, _IrrAddToBatchingMesh