ReTo  0.3.7
reto::Model Struct Reference

Auxiliar struct from ObjParser. More...

#include <ObjParser.h>

+ Collaboration diagram for reto::Model:

Public Attributes

std::vector< float > vertices
 Container of raw vertices.
 
std::vector< float > normals
 Container of raw normals.
 
std::vector< int > indices
 Container of raw indices.
 
std::vector< float > texCoords
 Container of raw texCoords.
 
std::vector< float > tangents
 Container of raw tangents.
 
std::vector< float > bitangents
 Container of raw bitangents.
 

Detailed Description

Auxiliar struct from ObjParser.

Definition at line 39 of file ObjParser.h.


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