Rehti MMORPG  1.0.0
Rehti MMORPG is a free and open source MMORPG game.
Vertex Struct Reference

#include <MapObjLoader.hpp>

Collaboration diagram for Vertex:
Collaboration graph

Public Member Functions

 Vertex (float x, float y, float z)
 

Public Attributes

float x
 
float y
 
float z
 
float u
 
float v
 
glm::vec3 pos
 
glm::vec3 normal
 
glm::vec2 texCoord
 

Constructor & Destructor Documentation

◆ Vertex()

Vertex::Vertex ( float  x,
float  y,
float  z 
)
inline

Member Data Documentation

◆ normal

glm::vec3 Vertex::normal

◆ pos

glm::vec3 Vertex::pos

◆ texCoord

glm::vec2 Vertex::texCoord

◆ u

float Vertex::u

◆ v

float Vertex::v

◆ x

float Vertex::x

◆ y

float Vertex::y

◆ z

float Vertex::z

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