|
AcousticTracer 0.1.0
An acoustic raytracing library.
|
Groups the necessary information representing the 3D model. More...
#include <at_model.h>
Related Symbols | |
(Note that these are not member symbols.) | |
| AT_Result | AT_model_create (AT_Model **out_model, const char *filepath) |
| AT_Model constructor for a given glb filepath. | |
| AT_Result | AT_model_get_triangles (AT_Triangle **out_triangles, const AT_Model *model) |
| Constructs all triangles in a given Model. | |
| void | AT_model_destroy (AT_Model *model) |
| Destroys an allocated AT_Model. | |
Groups the necessary information representing the 3D model.