|
Blender V4.3
|
#include <obj_import_objects.hh>
Public Attributes | |
| int | vert_index |
| int | uv_vert_index = -1 |
| int | vertex_normal_index = -1 |
A face's corner in an OBJ file. In Blender, it translates to a corner vertex.
Definition at line 76 of file obj_import_objects.hh.
| int blender::io::obj::FaceCorner::uv_vert_index = -1 |
Definition at line 81 of file obj_import_objects.hh.
| int blender::io::obj::FaceCorner::vert_index |
Definition at line 78 of file obj_import_objects.hh.
| int blender::io::obj::FaceCorner::vertex_normal_index = -1 |
Definition at line 82 of file obj_import_objects.hh.