AcousticTracer 0.1.0
An acoustic raytracing library.
Loading...
Searching...
No Matches
AT_Model Struct Reference

Groups the necessary information representing the 3D model. More...

#include <at_model.h>

(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.

Detailed Description

Groups the necessary information representing the 3D model.


The documentation for this struct was generated from the following file: