23 #ifndef GMIO_STL_MESH_H
24 #define GMIO_STL_MESH_H
Declaration of gmio_stl_triangle.
uint32_t triangle_count
Number of triangles in the mesh.
Definition: stl_mesh.h:37
Provides an interface for accessing the underlying(hidden) user mesh.
Definition: stl_mesh.h:30
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:34
STL mesh triangle.
Definition: stl_triangle.h:30
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:41