37 #ifndef GMIO_STL_MESH_H
38 #define GMIO_STL_MESH_H
Declaration of gmio_stl_triangle.
uint32_t triangle_count
Number of triangles in the mesh.
Definition: stl_mesh.h:51
Provides an interface for accessing the underlying(hidden) user mesh.
Definition: stl_mesh.h:44
Global declarations for the STL module.
const void * cookie
Opaque pointer on the user mesh, passed as first argument to hook functions.
Definition: stl_mesh.h:48
STL mesh triangle.
Definition: stl_triangle.h:44
void(* func_get_triangle)(const void *cookie, uint32_t tri_id, struct gmio_stl_triangle *triangle)
Pointer on a function that stores the mesh triangle of index tri_id into triangle.
Definition: stl_mesh.h:55