matf-rg-engine  1.0.0
Base for project for the Computer Graphics course at Faculty of Mathematics, University of Belgrade
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Attributes | List of all members
engine::resources::Vertex Struct Reference

Represents a vertex in the mesh. More...

#include <Mesh.hpp>

Public Attributes

glm::vec3 Position
 
glm::vec3 Normal
 
glm::vec2 TexCoords
 
glm::vec3 Tangent
 
glm::vec3 Bitangent
 

Detailed Description

Represents a vertex in the mesh.

Member Data Documentation

◆ Position

glm::vec3 engine::resources::Vertex::Position

◆ Normal

glm::vec3 engine::resources::Vertex::Normal

◆ TexCoords

glm::vec2 engine::resources::Vertex::TexCoords

◆ Tangent

glm::vec3 engine::resources::Vertex::Tangent

◆ Bitangent

glm::vec3 engine::resources::Vertex::Bitangent

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