Chira Engine
A customizable MIT-licensed game engine.
chira::Vertex Struct Reference
Collaboration diagram for chira::Vertex:

Public Member Functions

 Vertex (glm::vec3 pos)
 
 Vertex (glm::vec3 pos, ColorRGB norm)
 
 Vertex (glm::vec3 pos, ColorRGB norm, ColorRGB col)
 
 Vertex (glm::vec3 pos, ColorRGB norm, ColorRGB col, ColorRG tex)
 
 Vertex (glm::vec3 pos, ColorRGB norm, ColorRG tex)
 
 Vertex (glm::vec3 pos, ColorRG tex)
 
bool operator== (const Vertex &other) const
 
bool operator!= (const Vertex &other) const
 

Public Attributes

glm::vec3 position
 
ColorRGB normal
 
ColorRGB color
 
ColorRG uv
 

Detailed Description

Definition at line 9 of file Vertex.h.


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