summaryrefslogtreecommitdiff
path: root/graphics/asymptote/base/three_light.asy
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/asymptote/base/three_light.asy')
-rw-r--r--graphics/asymptote/base/three_light.asy2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/asymptote/base/three_light.asy b/graphics/asymptote/base/three_light.asy
index 25db6ad6d2..46b0fef7d0 100644
--- a/graphics/asymptote/base/three_light.asy
+++ b/graphics/asymptote/base/three_light.asy
@@ -125,7 +125,7 @@ light White=light(new pen[] {rgb(0.38,0.38,0.45),rgb(0.6,0.6,0.67),
rgb(0.5,0.5,0.57)},specularfactor=3,
new triple[] {(-2,-1.5,-0.5),(2,1.1,-2.5),(-0.5,0,2)});
-light Headlamp=light(gray(0.8),specular=gray(0.7),
+light Headlamp=light(white,specular=gray(0.7),
specularfactor=3,dir(42,48));
currentlight=Headlamp;