|
group2 0.1.0
CSE 125 Group 2
|
Per-vertex attributes: position, normal, texture coordinates, and tangent. More...
#include <Asset.hpp>
Public Attributes | |
| glm::vec3 | position |
| glm::vec3 | normal |
| glm::vec2 | texUV |
| glm::vec4 | tangent |
| glm::vec2 | lightMapUV |
Per-vertex attributes: position, normal, texture coordinates, and tangent.
| glm::vec2 Asset::Vertex::lightMapUV |
| glm::vec3 Asset::Vertex::normal |
| glm::vec3 Asset::Vertex::position |
| glm::vec4 Asset::Vertex::tangent |
| glm::vec2 Asset::Vertex::texUV |