Merge commit 'e3aab96a750d6e5d6f8ff42ffdb5a23a47ab929d' into render_queue
Conflicts: assets src/GameWorld.cpp src/Renderer.cpp src/Renderer.h src/Systems/RenderSystem.cpp
This commit is contained in:
@@ -16,9 +16,11 @@ struct PointLight : Component
|
||||
, ConstantAttenuation(1.0f)
|
||||
, LinearAttenuation(0.f)
|
||||
, QuadraticAttenuation(3.f)
|
||||
, Radius(5.f)
|
||||
{ }
|
||||
|
||||
float ConstantAttenuation, LinearAttenuation, QuadraticAttenuation;
|
||||
float Radius;
|
||||
Color color;
|
||||
|
||||
glm::vec3 Specular;
|
||||
|
||||
Reference in New Issue
Block a user