pub unsafe extern "C" fn iplStaticMeshAdd(
    staticMesh: IPLStaticMesh,
    scene: IPLScene
)
Expand description

Adds a static mesh to a scene.

This function should be called after \c iplStaticMeshCreate, or at any point after \c iplStaticMeshRemove, for the static mesh to start affecting sound propagation.

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

\param staticMesh The static mesh to add. \param scene The scene to which to add the static mesh. This must be the scene which was passed when calling \c iplStaticMeshCreate.