Function _IrrFinalizeBatchingMesh

au3Irr2

au3Irr2 Function Reference

_IrrFinalizeBatchingMesh

Finalises 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 mesh
Failure: 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