Blender V5.0
blender::io::obj::FaceCorner Struct Reference

#include <obj_import_objects.hh>

Public Attributes

int vert_index
int uv_vert_index = -1
int vertex_normal_index = -1

Detailed Description

A face's corner in an OBJ file. In Blender, it translates to a corner vertex.

Definition at line 91 of file obj_import_objects.hh.

Member Data Documentation

◆ uv_vert_index

int blender::io::obj::FaceCorner::uv_vert_index = -1

Definition at line 96 of file obj_import_objects.hh.

Referenced by blender::io::obj::geom_add_polygon().

◆ vert_index

int blender::io::obj::FaceCorner::vert_index

Definition at line 93 of file obj_import_objects.hh.

Referenced by blender::io::obj::geom_add_polygon().

◆ vertex_normal_index

int blender::io::obj::FaceCorner::vertex_normal_index = -1

Definition at line 97 of file obj_import_objects.hh.

Referenced by blender::io::obj::geom_add_polygon().


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