|
Blender V5.0
|
#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 100 of file obj_import_objects.hh.
| int blender::io::obj::FaceElem::corner_count_ = 0 |
Definition at line 105 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 102 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 103 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 104 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 101 of file obj_import_objects.hh.
Referenced by blender::io::obj::geom_add_polygon().