Functions | |
Lib3dsMesh * | lib3ds_mesh_new (const char *name) |
void | lib3ds_mesh_free (Lib3dsMesh *mesh) |
Lib3dsBool | lib3ds_mesh_new_point_list (Lib3dsMesh *mesh, Lib3dsDword points) |
void | lib3ds_mesh_free_point_list (Lib3dsMesh *mesh) |
Lib3dsBool | lib3ds_mesh_new_flag_list (Lib3dsMesh *mesh, Lib3dsDword flags) |
void | lib3ds_mesh_free_flag_list (Lib3dsMesh *mesh) |
Lib3dsBool | lib3ds_mesh_new_texel_list (Lib3dsMesh *mesh, Lib3dsDword texels) |
void | lib3ds_mesh_free_texel_list (Lib3dsMesh *mesh) |
Lib3dsBool | lib3ds_mesh_new_face_list (Lib3dsMesh *mesh, Lib3dsDword faces) |
void | lib3ds_mesh_free_face_list (Lib3dsMesh *mesh) |
void | lib3ds_mesh_bounding_box (Lib3dsMesh *mesh, Lib3dsVector min, Lib3dsVector max) |
void | lib3ds_mesh_dump (Lib3dsMesh *mesh) |
Lib3dsBool | lib3ds_mesh_read (Lib3dsMesh *mesh, FILE *f) |
Lib3dsBool | lib3ds_mesh_write (Lib3dsMesh *mesh, FILE *f) |
|
|
|
This function prints data associated with the specified mesh such as vertex and point lists.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|