Remove camera as light source for New Horizons model

* Increase ambiant lighting instead
This commit is contained in:
Malin Ejdbo
2021-06-07 08:45:00 +02:00
parent daed88ea7e
commit 8ae55609b5

View File

@@ -16,7 +16,7 @@ local NewHorizons = {
Type = "RenderableModel",
Body = "NEW HORIZONS",
GeometryFile = models .. "/NewHorizonsCleanModel.obj",
AmbientIntensity = 0.0,
AmbientIntensity = 0.2,
DiffuseIntensity = 1.0,
SpecularIntensity = 1.0,
LightSources = {
@@ -25,11 +25,6 @@ local NewHorizons = {
Identifier = "Sun",
Node = sunTransforms.SolarSystemBarycenter.Identifier,
Intensity = 1.0
},
{
Identifier = "Camera",
Type = "CameraLightSource",
Intensity = 0.5
}
}
},