IPLScene

Type Alias IPLScene 

Source
pub type IPLScene = *mut _IPLScene_t;
Expand description

A 3D scene, which can contain geometry objects that can interact with acoustic rays. The scene object itself doesn’t contain any geometry, but is a container for \c IPLStaticMesh and \c IPLInstancedMesh objects, which do contain geometry.