Loading...
Searching...
No Matches
Vertex Struct Reference

#include <Vertex.h>

Collaboration diagram for Vertex:

Public Attributes

glm::vec3 position
 
glm::vec3 normal
 
glm::vec3 color
 
glm::vec2 texCoords
 
glm::vec3 tangent
 
glm::vec3 bitangent
 

Detailed Description

Definition at line 4 of file Vertex.h.

Member Data Documentation

◆ bitangent

glm::vec3 Vertex::bitangent

Definition at line 11 of file Vertex.h.

◆ color

glm::vec3 Vertex::color

Definition at line 8 of file Vertex.h.

◆ normal

glm::vec3 Vertex::normal

Definition at line 7 of file Vertex.h.

◆ position

glm::vec3 Vertex::position

Definition at line 6 of file Vertex.h.

◆ tangent

glm::vec3 Vertex::tangent

Definition at line 10 of file Vertex.h.

◆ texCoords

glm::vec2 Vertex::texCoords

Definition at line 9 of file Vertex.h.


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