Tachyon (current)
Current Main Branch
|
#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_t > | vertices |
std::vector< real_t > | vertex_weights |
std::vector< real_t > | normals |
std::vector< real_t > | texcoords |
std::vector< real_t > | texcoord_ws |
std::vector< real_t > | colors |
std::vector< skin_weight_t > | skin_weights |
Definition at line 388 of file tiny_obj_loader.h.
|
inline |
Definition at line 411 of file tiny_obj_loader.h.
|
inline |
Definition at line 418 of file tiny_obj_loader.h.
References vertex_weights.
|
inline |
Definition at line 416 of file tiny_obj_loader.h.
References vertices.
std::vector<real_t> tinyobj::attrib_t::colors |
Definition at line 399 of file tiny_obj_loader.h.
std::vector<real_t> tinyobj::attrib_t::normals |
Definition at line 393 of file tiny_obj_loader.h.
std::vector<skin_weight_t> tinyobj::attrib_t::skin_weights |
Definition at line 409 of file tiny_obj_loader.h.
std::vector<real_t> tinyobj::attrib_t::texcoord_ws |
Definition at line 398 of file tiny_obj_loader.h.
std::vector<real_t> tinyobj::attrib_t::texcoords |
Definition at line 394 of file tiny_obj_loader.h.
std::vector<real_t> tinyobj::attrib_t::vertex_weights |
Definition at line 392 of file tiny_obj_loader.h.
Referenced by GetVertexWeights().
std::vector<real_t> tinyobj::attrib_t::vertices |
Definition at line 389 of file tiny_obj_loader.h.
Referenced by GetVertices().