Engine²
Open-source game engine written in C++.
Loading...
Searching...
No Matches
AmbientLight.hpp
Go to the documentation of this file.
1#pragma once
2
3#include <glm/glm.hpp>
4
6
8 glm::vec3 color = glm::vec3(1.0f);
9};
10} // namespace Object::Component
Definition AmbientLight.hpp:5
Definition AmbientLight.hpp:7
glm::vec3 color
Definition AmbientLight.hpp:8