GlistEngine
Loading...
Searching...
No Matches
gVertex Struct Reference

#include <gVbo.h>

Public Attributes

glm::vec3 position {0}
 
glm::vec3 normal {0}
 
glm::vec2 texcoords {0}
 
glm::vec3 tangent {0}
 
glm::vec3 bitangent {0}
 
glm::vec3 color {0}
 

Member Data Documentation

◆ bitangent

glm::vec3 gVertex::bitangent {0}

◆ color

glm::vec3 gVertex::color {0}

◆ normal

glm::vec3 gVertex::normal {0}

◆ position

glm::vec3 gVertex::position {0}

◆ tangent

glm::vec3 gVertex::tangent {0}

◆ texcoords

glm::vec2 gVertex::texcoords {0}

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