Blender  V3.3
Public Attributes | List of all members
blender::io::obj::PolyCorner 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 mloop vertex.

Definition at line 46 of file obj_import_objects.hh.

Member Data Documentation

◆ uv_vert_index

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

Definition at line 51 of file obj_import_objects.hh.

◆ vert_index

int blender::io::obj::PolyCorner::vert_index

Definition at line 48 of file obj_import_objects.hh.

◆ vertex_normal_index

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

Definition at line 52 of file obj_import_objects.hh.


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