|
Blender V4.3
|
#include <obj_import_objects.hh>
Public Attributes | |
| int | vertex_group_index = -1 |
| int | material_index = -1 |
| bool | shaded_smooth = false |
| int | start_index_ = 0 |
| int | corner_count_ = 0 |
Definition at line 85 of file obj_import_objects.hh.
| int blender::io::obj::FaceElem::corner_count_ = 0 |
Definition at line 90 of file obj_import_objects.hh.
Referenced by blender::io::obj::geom_add_polygon().
| int blender::io::obj::FaceElem::material_index = -1 |
Definition at line 87 of file obj_import_objects.hh.
Referenced by blender::io::obj::geom_add_polygon().
| bool blender::io::obj::FaceElem::shaded_smooth = false |
Definition at line 88 of file obj_import_objects.hh.
Referenced by blender::io::obj::geom_add_polygon().
| int blender::io::obj::FaceElem::start_index_ = 0 |
Definition at line 89 of file obj_import_objects.hh.
Referenced by blender::io::obj::geom_add_polygon().
| int blender::io::obj::FaceElem::vertex_group_index = -1 |
Definition at line 86 of file obj_import_objects.hh.
Referenced by blender::io::obj::geom_add_polygon().