Skip to content

Instantly share code, notes, and snippets.

View SlaggyWolfie's full-sized avatar
🏠
Working from home

Slavi Stoev SlaggyWolfie

🏠
Working from home
View GitHub Profile
#ifndef BASIC_MATERIAL_LIBRARY_HPP
#define BASIC_MATERIAL_LIBRARY_HPP
#include <glm/vec3.hpp>
#include <glm/vec4.hpp>
#include <string>
#include <map>
class BasicMaterialLibrary
{