LiteFX 0.4.1.2025
Computer Graphics Engine
|
Default definition for a simple vertex. More...
#include <vertex.hpp>
Public Attributes | |
Vector3f | Position |
The position of the vertex. | |
Vector4f | Color |
The color of the vertex. | |
Vector3f | Normal |
The normal vector of the vertex. | |
Vector2f | TextureCoordinate0 |
The texture coordinate of the vertex. | |
Default definition for a simple vertex.
Vector4f LiteFX::Graphics::Vertex::Color |
The color of the vertex.
Vector3f LiteFX::Graphics::Vertex::Normal |
The normal vector of the vertex.
Vector3f LiteFX::Graphics::Vertex::Position |
The position of the vertex.
Vector2f LiteFX::Graphics::Vertex::TextureCoordinate0 |
The texture coordinate of the vertex.