summaryrefslogtreecommitdiff
path: root/Build/source/utils/asymptote/examples/fequlogo.asy
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/utils/asymptote/examples/fequlogo.asy')
-rw-r--r--Build/source/utils/asymptote/examples/fequlogo.asy7
1 files changed, 2 insertions, 5 deletions
diff --git a/Build/source/utils/asymptote/examples/fequlogo.asy b/Build/source/utils/asymptote/examples/fequlogo.asy
index b928e42197b..0f9fb0212d1 100644
--- a/Build/source/utils/asymptote/examples/fequlogo.asy
+++ b/Build/source/utils/asymptote/examples/fequlogo.asy
@@ -1,6 +1,3 @@
-// A compressed version of the required data file may be obtained from:
-// http://www-roc.inria.fr/gamma/download/counter.php?dir=ARCHITEC/&get_obj=uhrturm.obj.gz
-
import graph3;
import obj;
@@ -14,7 +11,7 @@ texpreamble("\usepackage{ccfonts,eulervm}");
currentprojection=perspective(4,1,2);
currentlight=(4,0,2);
-currentlight.background=blue;
+currentlight.background=black+opacity(0.0);
real R=4;
@@ -35,6 +32,6 @@ draw(surface(rotate(0)*xscale(-0.45)*yscale(0.3)*hi,s,0.8*pi,0.25,h),blue);
add(new void(frame f, transform3 t, picture pic, projection P) {
draw(f,surface(invert(box(min(f,P),max(f,P)),min3(f),P),
- new pen[] {orange,red,yellow,brown}));
+ new pen[] {orange,red,yellow,brown}+opacity(0.9)));
}
);