![]() |
v0.3.0
Fast, portable C library for geometry input/output
|
Provides an interface for accessing the underlying(hidden) user mesh. More...
Data Fields | |
| const void * | cookie |
| Opaque pointer on the user mesh, passed as first argument to hook functions. More... | |
| uint32_t | triangle_count |
| Number of triangles in the mesh. More... | |
| 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. More... | |
Provides an interface for accessing the underlying(hidden) user mesh.
| const void* gmio_stl_mesh::cookie |
Opaque pointer on the user mesh, passed as first argument to hook functions.
| void(* gmio_stl_mesh::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.
| uint32_t gmio_stl_mesh::triangle_count |
Number of triangles in the mesh.
| Fougue © 2016 | Last Update: Tue Jul 5 2016 |