Change default ambient lighting

This commit is contained in:
Drew Slobodnjak
2025-12-07 16:45:32 -08:00
parent 632f47e367
commit e326306485
@@ -533,7 +533,7 @@ func newGrot3dSimInfo() simulationInfo {
LightX: -1,
LightY: -1,
LightZ: -1,
AmbientLight: 0.3,
AmbientLight: 0.5,
ViewWidth: 800,
ViewHeight: 800,
Perspective: 1000,