CeresEngine 0.2.0
A game development framework
Loading...
Searching...
No Matches
CeresEngine::MeshGenerator::MeshVertex Class Reference

#include <CeresEngine/Mesh/Generator/MeshVertex.hpp>

Public Member Functions

 MeshVertex () noexcept
 

Public Attributes

Vector3 position
 
Vector3 normal
 Unit vector perpendicular to the surface.
 
Vector2 texCoord
 UV texture coordinates.
 

Constructor & Destructor Documentation

◆ MeshVertex()

CeresEngine::MeshGenerator::MeshVertex::MeshVertex ( )
inlinenoexcept

Member Data Documentation

◆ normal

Vector3 CeresEngine::MeshGenerator::MeshVertex::normal

Unit vector perpendicular to the surface.

◆ position

Vector3 CeresEngine::MeshGenerator::MeshVertex::position

◆ texCoord

Vector2 CeresEngine::MeshGenerator::MeshVertex::texCoord

UV texture coordinates.


The documentation for this class was generated from the following file: