|
CeresEngine 0.2.0
A game development framework
|
A basic vertex type. More...
#include <CeresEngine/Mesh/Mesh.hpp>
Public Attributes | |
| Vector3f | position |
| The vertex position. | |
| Vector3f | normal |
| The vertex normal vector. | |
| Vector2f | texCoords |
| The vertex texture coordinates. | |
| Vector3f | tangent |
| The vertex tangent vector. | |
| Vector3f | bitangent |
| The vertex bitangent vector. | |
A basic vertex type.
| Vector3f CeresEngine::Vertex::bitangent |
The vertex bitangent vector.
| Vector3f CeresEngine::Vertex::normal |
The vertex normal vector.
| Vector3f CeresEngine::Vertex::position |
The vertex position.
| Vector3f CeresEngine::Vertex::tangent |
The vertex tangent vector.
| Vector2f CeresEngine::Vertex::texCoords |
The vertex texture coordinates.