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

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}
 

Detailed Description

Definition at line 16 of file io_ply_importer_test.cc.

Member Data Documentation

◆ color_first

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

Definition at line 22 of file io_ply_importer_test.cc.

◆ edgehash

uint16_t blender::io::ply::Expectation::edgehash = 0

Definition at line 18 of file io_ply_importer_test.cc.

◆ faces_num

int blender::io::ply::Expectation::faces_num

Definition at line 17 of file io_ply_importer_test.cc.

◆ normal_first

float3 blender::io::ply::Expectation::normal_first = {0, 0, 0}

Definition at line 20 of file io_ply_importer_test.cc.

◆ polyhash

uint16_t blender::io::ply::Expectation::polyhash = 0

Definition at line 18 of file io_ply_importer_test.cc.

◆ totedge

int blender::io::ply::Expectation::totedge

Definition at line 17 of file io_ply_importer_test.cc.

◆ totindex

int blender::io::ply::Expectation::totindex

Definition at line 17 of file io_ply_importer_test.cc.

◆ totvert

int blender::io::ply::Expectation::totvert

Definition at line 17 of file io_ply_importer_test.cc.

◆ uv_first

float2 blender::io::ply::Expectation::uv_first = {0, 0}

Definition at line 21 of file io_ply_importer_test.cc.

◆ vert_first

float3 blender::io::ply::Expectation::vert_first

Definition at line 19 of file io_ply_importer_test.cc.

◆ vert_last

float3 blender::io::ply::Expectation::vert_last

Definition at line 19 of file io_ply_importer_test.cc.


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