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

#include <ply_data.hh>

Public Attributes

Vector< float3vertices
 
Vector< float3vertex_normals
 
Vector< float4vertex_colors
 
Vector< PlyCustomAttributevertex_custom_attr
 
Vector< std::pair< int, int > > edges
 
Vector< uint32_tface_vertices
 
Vector< uint32_tface_sizes
 
Vector< float2uv_coordinates
 
std::string error
 

Detailed Description

Definition at line 28 of file ply_data.hh.

Member Data Documentation

◆ edges

◆ error

std::string blender::io::ply::PlyData::error

Definition at line 37 of file ply_data.hh.

◆ face_sizes

◆ face_vertices

Vector<uint32_t> blender::io::ply::PlyData::face_vertices

◆ uv_coordinates

◆ vertex_colors

Vector<float4> blender::io::ply::PlyData::vertex_colors

◆ vertex_custom_attr

◆ vertex_normals

Vector<float3> blender::io::ply::PlyData::vertex_normals

◆ vertices


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