/* Slightly modified mesh class implementation taken from https://learnopengl.com/Model-Loading/Mesh. Mesh objects exist under model objects, and process inputted 3D graphics per-node and per-face. */
#ifndef MESH_H
#define MESH_H
#include<glad/glad.h> // holds all OpenGL type declarations