|
AcousticTracer 0.1.0
An acoustic raytracing library.
|
Groups the scene config settings together. More...
#include <at.h>
Data Fields | |
| const AT_Source * | sources |
| uint32_t | num_sources |
| AT_MaterialType | material |
| const AT_Model * | environment |
Groups the scene config settings together.
| const AT_Model* AT_SceneConfig::environment |
Pointer to the room object.
| AT_MaterialType AT_SceneConfig::material |
Material of the room.
| uint32_t AT_SceneConfig::num_sources |
Number of sources in the scene.