Voxeloop  0.1.0
Musical Loop Generation in Voxel World
Cube.hpp File Reference
#include <glad/gl.h>
#include <GLFW/glfw3.h>
#include <glm/glm.hpp>
#include <glm/gtc/matrix_transform.hpp>
#include <glm/gtc/type_ptr.hpp>
#include "EBO.hpp"
#include "Shader.hpp"
#include "Texture.hpp"
#include "VAO.hpp"
#include "VBO.hpp"
Include dependency graph for Cube.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Cube
 

Variables

const uint32_t WinWidth = 800
 
const uint32_t WinHeight = 800
 
const uint16_t verticesSize = 264
 
const uint8_t indicesSize = 36
 

Variable Documentation

◆ indicesSize

const uint8_t indicesSize = 36

◆ verticesSize

const uint16_t verticesSize = 264

◆ WinHeight

const uint32_t WinHeight = 800

◆ WinWidth

const uint32_t WinWidth = 800