|
Blender V4.3
|
Public Attributes | |
| int | totvert |
| int | faces_num |
| int | totindex |
| int | totedge |
| uint16_t | polyhash = 0 |
| uint16_t | edgehash = 0 |
| float3 | vert_first |
| float3 | vert_last |
| float3 | normal_first = {0, 0, 0} |
| float2 | uv_first = {0, 0} |
| float4 | color_first = {-1, -1, -1, -1} |
Definition at line 16 of file io_ply_importer_test.cc.
| float4 blender::io::ply::Expectation::color_first = {-1, -1, -1, -1} |
Definition at line 22 of file io_ply_importer_test.cc.
| uint16_t blender::io::ply::Expectation::edgehash = 0 |
Definition at line 18 of file io_ply_importer_test.cc.
| int blender::io::ply::Expectation::faces_num |
Definition at line 17 of file io_ply_importer_test.cc.
| float3 blender::io::ply::Expectation::normal_first = {0, 0, 0} |
Definition at line 20 of file io_ply_importer_test.cc.
| uint16_t blender::io::ply::Expectation::polyhash = 0 |
Definition at line 18 of file io_ply_importer_test.cc.
| int blender::io::ply::Expectation::totedge |
Definition at line 17 of file io_ply_importer_test.cc.
| int blender::io::ply::Expectation::totindex |
Definition at line 17 of file io_ply_importer_test.cc.
| int blender::io::ply::Expectation::totvert |
Definition at line 17 of file io_ply_importer_test.cc.
| float2 blender::io::ply::Expectation::uv_first = {0, 0} |
Definition at line 21 of file io_ply_importer_test.cc.
| float3 blender::io::ply::Expectation::vert_first |
Definition at line 19 of file io_ply_importer_test.cc.
| float3 blender::io::ply::Expectation::vert_last |
Definition at line 19 of file io_ply_importer_test.cc.