|
HDK
|
#include <tiny_obj_loader.h>
Public Attributes | |
| std::vector< real_t > | vertices |
| std::vector< real_t > | normals |
| std::vector< real_t > | texcoords |
| std::vector< real_t > | colors |
Definition at line 265 of file tiny_obj_loader.h.
| std::vector<real_t> tinyobj::attrib_t::colors |
Definition at line 269 of file tiny_obj_loader.h.
| std::vector<real_t> tinyobj::attrib_t::normals |
Definition at line 267 of file tiny_obj_loader.h.
| std::vector<real_t> tinyobj::attrib_t::texcoords |
Definition at line 268 of file tiny_obj_loader.h.
| std::vector<real_t> tinyobj::attrib_t::vertices |
Definition at line 266 of file tiny_obj_loader.h.