#include <Mesh.hpp>
◆ Vertex() [1/2]
shkyera::Mesh::Vertex::Vertex |
( |
const glm::vec3 & |
pos, |
|
|
const glm::vec3 & |
norm, |
|
|
const glm::vec2 & |
tex |
|
) |
| |
|
inline |
◆ Vertex() [2/2]
shkyera::Mesh::Vertex::Vertex |
( |
const glm::vec3 & |
pos | ) |
|
|
inline |
◆ calculateTangent()
void shkyera::Mesh::Vertex::calculateTangent |
( |
| ) |
|
|
inline |
◆ normal
glm::vec3 shkyera::Mesh::Vertex::normal |
◆ position
glm::vec3 shkyera::Mesh::Vertex::position |
◆ tangent
glm::vec3 shkyera::Mesh::Vertex::tangent |
◆ texcoord
glm::vec2 shkyera::Mesh::Vertex::texcoord |
The documentation for this struct was generated from the following file: