|
Blender V4.3
|
Public Attributes | |
| std::string | name |
| short | type |
| int | totvert |
| int | mesh_edges_num_or_curve_endp |
| int | mesh_faces_num_or_curve_order |
| int | mesh_corner_num_or_curve_cyclic |
| float3 | vert_first |
| float3 | vert_last |
| float3 | normal_first |
| float2 | uv_first |
| float4 | color_first = {-1, -1, -1, -1} |
| std::string | first_mat |
Definition at line 40 of file obj_importer_tests.cc.
| float4 blender::io::obj::Expectation::color_first = {-1, -1, -1, -1} |
Definition at line 48 of file obj_importer_tests.cc.
| std::string blender::io::obj::Expectation::first_mat |
Definition at line 49 of file obj_importer_tests.cc.
| int blender::io::obj::Expectation::mesh_corner_num_or_curve_cyclic |
Definition at line 44 of file obj_importer_tests.cc.
| int blender::io::obj::Expectation::mesh_edges_num_or_curve_endp |
Definition at line 43 of file obj_importer_tests.cc.
| int blender::io::obj::Expectation::mesh_faces_num_or_curve_order |
Definition at line 43 of file obj_importer_tests.cc.
| std::string blender::io::obj::Expectation::name |
Definition at line 41 of file obj_importer_tests.cc.
| float3 blender::io::obj::Expectation::normal_first |
Definition at line 46 of file obj_importer_tests.cc.
| int blender::io::obj::Expectation::totvert |
Definition at line 43 of file obj_importer_tests.cc.
| short blender::io::obj::Expectation::type |
Definition at line 42 of file obj_importer_tests.cc.
| float2 blender::io::obj::Expectation::uv_first |
Definition at line 47 of file obj_importer_tests.cc.
| float3 blender::io::obj::Expectation::vert_first |
Definition at line 45 of file obj_importer_tests.cc.
| float3 blender::io::obj::Expectation::vert_last |
Definition at line 45 of file obj_importer_tests.cc.