We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c70560b commit 096dbe9Copy full SHA for 096dbe9
src/main/java/engine/processing/LightRendererImpl.java
@@ -66,13 +66,6 @@ public void render(SpotLight light) {
66
67
public void render(PointLight light) {
68
renderCommon(light.getColor(), light.getIntensity());
69
- p.pointLight(
70
- light.getColor().getRedInt(),
71
- light.getColor().getGreenInt(),
72
- light.getColor().getBlueInt(),
73
- light.getPosition().getX(),
74
- light.getPosition().getY(),
75
- light.getPosition().getZ());
76
77
float intensity = light.getIntensity();
78
0 commit comments