Mesh_analyzer
Loading...
Searching...
No Matches
tinyobj::callback_t Struct Reference

Public Attributes

void(* vertex_cb )(void *user_data, real_t x, real_t y, real_t z, real_t w)
void(* vertex_color_cb )(void *user_data, real_t x, real_t y, real_t z, real_t r, real_t g, real_t b, bool has_color)
void(* normal_cb )(void *user_data, real_t x, real_t y, real_t z)
void(* texcoord_cb )(void *user_data, real_t x, real_t y, real_t z)
void(* index_cb )(void *user_data, index_t *indices, int num_indices)
void(* usemtl_cb )(void *user_data, const char *name, int material_id)
void(* mtllib_cb )(void *user_data, const material_t *materials, int num_materials)
void(* group_cb )(void *user_data, const char **names, int num_names)
void(* object_cb )(void *user_data, const char *name)

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