Shkyera Engine
Easy to use, game engine for Python
Loading...
Searching...
No Matches
AmbientLightComponent.hpp
Go to the documentation of this file.
1#pragma once
2
4#include <glm/glm.hpp>
5
6namespace shkyera {
7
9 float intensity = 1;
10 glm::vec3 color = {0.1, 0.1, 0.1};
11};
12
13} // namespace shkyera
Definition Asset.hpp:6
Definition AmbientLightComponent.hpp:8
float intensity
Definition AmbientLightComponent.hpp:9
glm::vec3 color
Definition AmbientLightComponent.hpp:10