LiteFX 0.4.1.2025
Computer Graphics Engine
Loading...
Searching...
No Matches
LiteFX::Graphics::Vertex Struct Reference

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.
 

Detailed Description

Default definition for a simple vertex.

Member Data Documentation

◆ Color

Vector4f LiteFX::Graphics::Vertex::Color

The color of the vertex.

◆ Normal

Vector3f LiteFX::Graphics::Vertex::Normal

The normal vector of the vertex.

◆ Position

Vector3f LiteFX::Graphics::Vertex::Position

The position of the vertex.

◆ TextureCoordinate0

Vector2f LiteFX::Graphics::Vertex::TextureCoordinate0

The texture coordinate of the vertex.