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

#include <obj_import_objects.hh>

Public Attributes

Vector< float3colors
 
int start_vertex_index
 

Detailed Description

Vertex colors might not be present in the file at all, or only provided for some meshes. Store them in chunks as they are spelled out in the file, e.g. if there are 10 vertices in sequence, all with xyzrgb colors, they will be one block.

Definition at line 36 of file obj_import_objects.hh.

Member Data Documentation

◆ colors

Vector<float3> blender::io::obj::GlobalVertices::VertexColorsBlock::colors

Definition at line 37 of file obj_import_objects.hh.

◆ start_vertex_index

int blender::io::obj::GlobalVertices::VertexColorsBlock::start_vertex_index

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