summaryrefslogtreecommitdiff
path: root/graphics/asymptote/examples/cyclohexane.asy
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/asymptote/examples/cyclohexane.asy')
-rw-r--r--graphics/asymptote/examples/cyclohexane.asy4
1 files changed, 0 insertions, 4 deletions
diff --git a/graphics/asymptote/examples/cyclohexane.asy b/graphics/asymptote/examples/cyclohexane.asy
index 11b01551c8..fb29287040 100644
--- a/graphics/asymptote/examples/cyclohexane.asy
+++ b/graphics/asymptote/examples/cyclohexane.asy
@@ -36,8 +36,6 @@ triple h12=rotate(120,c6,c5)*h11;
pen Black=gray(0.4);
-defaultrender=render(compression=Zero,merge=true);
-
draw(shift(c1)*carbon,Black);
draw(shift(c2)*carbon,Black);
draw(shift(c3)*carbon,Black);
@@ -45,7 +43,6 @@ draw(shift(c4)*carbon,Black);
draw(shift(c5)*carbon,Black);
draw(shift(c6)*carbon,Black);
-
material White=material(diffusepen=gray(0.4),emissivepen=gray(0.6));
draw(shift(h1)*hydrogen,White);
@@ -61,7 +58,6 @@ draw(shift(h10)*hydrogen,White);
draw(shift(h11)*hydrogen,White);
draw(shift(h12)*hydrogen,White);
-
pen thick=linewidth(10);
draw(c1--c2--c3--c4--c5--c6--cycle,thick);