pub unsafe extern "C" fn iplInstancedMeshRemove(
    instancedMesh: IPLInstancedMesh,
    scene: IPLScene
)
Expand description

Removes an instanced mesh from a scene.

After this function is called, the instanced mesh will stop affecting sound propagation, until it is added back using \c iplInstancedMeshAdd.

After calling this function, \c iplSceneCommit must be called for the changes to take effect.

\param instancedMesh The instanced mesh to remove. \param scene The scene from which to remove the instanced mesh. This must be the scene which was passed when calling \c iplInstancedMeshCreate.