Skip to content
Snippets Groups Projects
Commit ea4932cb authored by Pascal Engeler's avatar Pascal Engeler
Browse files

Added material struct

parent 6e1f1d15
No related branches found
No related tags found
No related merge requests found
#pragma once
#include <glm/glm.hpp>
struct Material {
glm::vec4 color_normal;
glm::vec4 color_good;
glm::vec4 color_sketch;
glm::vec4 color_bad;
};
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment