Golias Engine
A C++ 20 'game engine' built with SDL3 with wide platform support.
Public Attributes | List of all members
Vertex Struct Reference

Vertex structure. More...

#include <base_struct.h>

Public Attributes

glm::vec3 position
 
glm::vec3 normal
 3D position More...
 
glm::vec2 uv
 3D normal More...
 

Detailed Description

Vertex structure.

Version
0.0.1

Member Data Documentation

◆ normal

glm::vec3 Vertex::normal

3D position

◆ position

glm::vec3 Vertex::position

◆ uv

glm::vec2 Vertex::uv

3D normal


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