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

#include <obj_import_objects.hh>

Classes

struct  VertexColorsBlock
 

Public Attributes

Vector< float3vertices
 
Vector< float2uv_vertices
 
Vector< float3vertex_normals
 
Vector< VertexColorsBlockvertex_colors
 

Detailed Description

All vertex positions, normals, UVs, colors in the OBJ file.

Definition at line 25 of file obj_import_objects.hh.

Member Data Documentation

◆ uv_vertices

Vector<float2> blender::io::obj::GlobalVertices::uv_vertices

◆ vertex_colors

Vector<VertexColorsBlock> blender::io::obj::GlobalVertices::vertex_colors

◆ vertex_normals

Vector<float3> blender::io::obj::GlobalVertices::vertex_normals

◆ vertices

Vector<float3> blender::io::obj::GlobalVertices::vertices

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