Blender
V3.3
|
#include <obj_import_objects.hh>
Public Attributes | |
Vector< float3 > | colors |
int | start_vertex_index |
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.
Definition at line 37 of file obj_import_objects.hh.
int blender::io::obj::GlobalVertices::VertexColorsBlock::start_vertex_index |
Definition at line 38 of file obj_import_objects.hh.
Referenced by blender::io::obj::geom_add_mrgb_colors(), and blender::io::obj::geom_add_vertex().