pub type IPLStaticMesh = *mut _IPLStaticMesh_t;Expand description
A triangle mesh that doesn’t move or deform in any way. The unchanging portions of a scene should typically be collected into a single static mesh object. In addition to the geometry, a static mesh also contains acoustic material information for each triangle.