Voxeloop
0.1.0
Musical Loop Generation in Voxel World
|
#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"
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 |
const uint8_t indicesSize = 36 |
const uint16_t verticesSize = 264 |
const uint32_t WinHeight = 800 |
const uint32_t WinWidth = 800 |