Tachyon (current)  Current Main Branch
Public Member Functions | Data Fields
tinyobj::attrib_t Struct Reference

#include <tiny_obj_loader.h>

Public Member Functions

 attrib_t ()
 
const std::vector< real_t > & GetVertices () const
 
const std::vector< real_t > & GetVertexWeights () const
 

Data Fields

std::vector< real_tvertices
 
std::vector< real_tvertex_weights
 
std::vector< real_tnormals
 
std::vector< real_ttexcoords
 
std::vector< real_ttexcoord_ws
 
std::vector< real_tcolors
 
std::vector< skin_weight_tskin_weights
 

Detailed Description

Definition at line 388 of file tiny_obj_loader.h.

Constructor & Destructor Documentation

◆ attrib_t()

tinyobj::attrib_t::attrib_t ( )
inline

Definition at line 411 of file tiny_obj_loader.h.

Member Function Documentation

◆ GetVertexWeights()

const std::vector<real_t>& tinyobj::attrib_t::GetVertexWeights ( ) const
inline

Definition at line 418 of file tiny_obj_loader.h.

References vertex_weights.

◆ GetVertices()

const std::vector<real_t>& tinyobj::attrib_t::GetVertices ( ) const
inline

Definition at line 416 of file tiny_obj_loader.h.

References vertices.

Field Documentation

◆ colors

std::vector<real_t> tinyobj::attrib_t::colors

Definition at line 399 of file tiny_obj_loader.h.

◆ normals

std::vector<real_t> tinyobj::attrib_t::normals

Definition at line 393 of file tiny_obj_loader.h.

◆ skin_weights

std::vector<skin_weight_t> tinyobj::attrib_t::skin_weights

Definition at line 409 of file tiny_obj_loader.h.

◆ texcoord_ws

std::vector<real_t> tinyobj::attrib_t::texcoord_ws

Definition at line 398 of file tiny_obj_loader.h.

◆ texcoords

std::vector<real_t> tinyobj::attrib_t::texcoords

Definition at line 394 of file tiny_obj_loader.h.

◆ vertex_weights

std::vector<real_t> tinyobj::attrib_t::vertex_weights

Definition at line 392 of file tiny_obj_loader.h.

Referenced by GetVertexWeights().

◆ vertices

std::vector<real_t> tinyobj::attrib_t::vertices

Definition at line 389 of file tiny_obj_loader.h.

Referenced by GetVertices().


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