Blender  V3.3
Public Attributes | List of all members
blender::io::obj::Expectation Struct Reference

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}
 

Detailed Description

Definition at line 34 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 42 of file obj_importer_tests.cc.

◆ mesh_totedge_or_curve_endp

int blender::io::obj::Expectation::mesh_totedge_or_curve_endp

Definition at line 37 of file obj_importer_tests.cc.

◆ mesh_totloop_or_curve_cyclic

int blender::io::obj::Expectation::mesh_totloop_or_curve_cyclic

Definition at line 38 of file obj_importer_tests.cc.

◆ mesh_totpoly_or_curve_order

int blender::io::obj::Expectation::mesh_totpoly_or_curve_order

Definition at line 37 of file obj_importer_tests.cc.

◆ name

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

Definition at line 35 of file obj_importer_tests.cc.

◆ normal_first

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

Definition at line 40 of file obj_importer_tests.cc.

◆ totvert

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

Definition at line 37 of file obj_importer_tests.cc.

◆ type

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

Definition at line 36 of file obj_importer_tests.cc.

◆ uv_first

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

Definition at line 41 of file obj_importer_tests.cc.

◆ vert_first

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

Definition at line 39 of file obj_importer_tests.cc.

◆ vert_last

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

Definition at line 39 of file obj_importer_tests.cc.


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