adjust ambient light
All checks were successful
studiorailgun/Renderer/pipeline/head This commit looks good
All checks were successful
studiorailgun/Renderer/pipeline/head This commit looks good
This commit is contained in:
parent
1c7dfd26cf
commit
8f8e3165bf
@ -155,7 +155,7 @@ public class LightManager {
|
|||||||
/**
|
/**
|
||||||
* Color of the ambient light
|
* Color of the ambient light
|
||||||
*/
|
*/
|
||||||
private Vector3f ambientLightColor = new Vector3f(0.3f);
|
private Vector3f ambientLightColor = new Vector3f(0.5f);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Constructor
|
* Constructor
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user