CeresEngine 0.2.0
A game development framework
Loading...
Searching...
No Matches
CeresEngine::Vertex Struct Reference

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.
 

Detailed Description

A basic vertex type.

Member Data Documentation

◆ bitangent

Vector3f CeresEngine::Vertex::bitangent

The vertex bitangent vector.

◆ normal

Vector3f CeresEngine::Vertex::normal

The vertex normal vector.

◆ position

Vector3f CeresEngine::Vertex::position

The vertex position.

◆ tangent

Vector3f CeresEngine::Vertex::tangent

The vertex tangent vector.

◆ texCoords

Vector2f CeresEngine::Vertex::texCoords

The vertex texture coordinates.


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