18 #ifndef __H__OCULAR_GRAPHICS_VERTEX__H__
19 #define __H__OCULAR_GRAPHICS_VERTEX__H__
21 #include "Math/Vector4.hpp"
22 #include "Math/Color.hpp"
Math::Vector4f uv0
Texture coordinates of the vertex.
Definition: Vertex.hpp:48
Math::Vector4f normal
Normal coordinates of the vertex.
Definition: Vertex.hpp:47
Math::Vector4f color
Base color of the vertex.
Definition: Vertex.hpp:46
Math::Vector4f position
Spatial coordinates of the vertex.
Definition: Vertex.hpp:45
Definition: Matrix3x3.hpp:39
Note: Once this library is made dynamic, this will no longer be needed.
Definition: Common.hpp:70
Math::Vector4f uv1
Texture coordinates of the vertex.
Definition: Vertex.hpp:49
Math::Vector4f uv2
Texture coordinates of the vertex.
Definition: Vertex.hpp:50
Definition: Vertex.hpp:43
Math::Vector4f uv3
Texture coordinates of the vertex.
Definition: Vertex.hpp:51
static Color const & White()
Definition: Color.cpp:257