Blender
V3.3
|
Public Attributes | |
std::string | name |
short | type |
int | totvert |
int | mesh_totedge_or_curve_endp |
int | mesh_totpoly_or_curve_order |
int | mesh_totloop_or_curve_cyclic |
float3 | vert_first |
float3 | vert_last |
float3 | normal_first |
float2 | uv_first |
float4 | color_first = {-1, -1, -1, -1} |
Definition at line 34 of file obj_importer_tests.cc.
float4 blender::io::obj::Expectation::color_first = {-1, -1, -1, -1} |
Definition at line 42 of file obj_importer_tests.cc.
int blender::io::obj::Expectation::mesh_totedge_or_curve_endp |
Definition at line 37 of file obj_importer_tests.cc.
int blender::io::obj::Expectation::mesh_totloop_or_curve_cyclic |
Definition at line 38 of file obj_importer_tests.cc.
int blender::io::obj::Expectation::mesh_totpoly_or_curve_order |
Definition at line 37 of file obj_importer_tests.cc.
std::string blender::io::obj::Expectation::name |
Definition at line 35 of file obj_importer_tests.cc.
float3 blender::io::obj::Expectation::normal_first |
Definition at line 40 of file obj_importer_tests.cc.
int blender::io::obj::Expectation::totvert |
Definition at line 37 of file obj_importer_tests.cc.
short blender::io::obj::Expectation::type |
Definition at line 36 of file obj_importer_tests.cc.
float2 blender::io::obj::Expectation::uv_first |
Definition at line 41 of file obj_importer_tests.cc.
float3 blender::io::obj::Expectation::vert_first |
Definition at line 39 of file obj_importer_tests.cc.
float3 blender::io::obj::Expectation::vert_last |
Definition at line 39 of file obj_importer_tests.cc.