adjust ambient light
All checks were successful
studiorailgun/Renderer/pipeline/head This commit looks good

This commit is contained in:
austin 2025-05-19 15:12:25 -04:00
parent 1c7dfd26cf
commit 8f8e3165bf

View File

@ -155,7 +155,7 @@ public class LightManager {
/**
* Color of the ambient light
*/
private Vector3f ambientLightColor = new Vector3f(0.3f);
private Vector3f ambientLightColor = new Vector3f(0.5f);
/**
* Constructor