Blender V4.3
blender::io::obj::Expectation Struct Reference

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
 

Detailed Description

Definition at line 40 of file obj_importer_tests.cc.

Member Data Documentation

◆ color_first

float4 blender::io::obj::Expectation::color_first = {-1, -1, -1, -1}

Definition at line 48 of file obj_importer_tests.cc.

◆ first_mat

std::string blender::io::obj::Expectation::first_mat

Definition at line 49 of file obj_importer_tests.cc.

◆ mesh_corner_num_or_curve_cyclic

int blender::io::obj::Expectation::mesh_corner_num_or_curve_cyclic

Definition at line 44 of file obj_importer_tests.cc.

◆ mesh_edges_num_or_curve_endp

int blender::io::obj::Expectation::mesh_edges_num_or_curve_endp

Definition at line 43 of file obj_importer_tests.cc.

◆ mesh_faces_num_or_curve_order

int blender::io::obj::Expectation::mesh_faces_num_or_curve_order

Definition at line 43 of file obj_importer_tests.cc.

◆ name

std::string blender::io::obj::Expectation::name

Definition at line 41 of file obj_importer_tests.cc.

◆ normal_first

float3 blender::io::obj::Expectation::normal_first

Definition at line 46 of file obj_importer_tests.cc.

◆ totvert

int blender::io::obj::Expectation::totvert

Definition at line 43 of file obj_importer_tests.cc.

◆ type

short blender::io::obj::Expectation::type

Definition at line 42 of file obj_importer_tests.cc.

◆ uv_first

float2 blender::io::obj::Expectation::uv_first

Definition at line 47 of file obj_importer_tests.cc.

◆ vert_first

float3 blender::io::obj::Expectation::vert_first

Definition at line 45 of file obj_importer_tests.cc.

◆ vert_last

float3 blender::io::obj::Expectation::vert_last

Definition at line 45 of file obj_importer_tests.cc.


The documentation for this struct was generated from the following file: