Blender
V3.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 mloop vertex.
Definition at line 46 of file obj_import_objects.hh.
int blender::io::obj::PolyCorner::uv_vert_index = -1 |
Definition at line 51 of file obj_import_objects.hh.
int blender::io::obj::PolyCorner::vert_index |
Definition at line 48 of file obj_import_objects.hh.
int blender::io::obj::PolyCorner::vertex_normal_index = -1 |
Definition at line 52 of file obj_import_objects.hh.