summaryrefslogtreecommitdiff
path: root/graphics/asymptote/examples/hyperboloid.asy
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2020-03-05 03:00:59 +0000
committerNorbert Preining <norbert@preining.info>2020-03-05 03:00:59 +0000
commit898048513951b471a492afa23e46112d14bcb236 (patch)
tree8596afc705f55d2d07b324a756f7283ac0e2d21b /graphics/asymptote/examples/hyperboloid.asy
parent19d25b8009801aa98ea2f46b45c37c257f990491 (diff)
CTAN sync 202003050300
Diffstat (limited to 'graphics/asymptote/examples/hyperboloid.asy')
-rw-r--r--graphics/asymptote/examples/hyperboloid.asy2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/asymptote/examples/hyperboloid.asy b/graphics/asymptote/examples/hyperboloid.asy
index 22f3b3d80b..32c0ff52e0 100644
--- a/graphics/asymptote/examples/hyperboloid.asy
+++ b/graphics/asymptote/examples/hyperboloid.asy
@@ -5,4 +5,4 @@ currentprojection=perspective(4,4,3);
revolution hyperboloid=revolution(graph(new triple(real z) {
return (sqrt(1+z*z),0,z);},-2,2,20,operator ..),axis=Z);
draw(surface(hyperboloid),green,render(compression=Low,merge=true));
-draw(hyperboloid,6,blue,longitudinalpen=nullpen);
+draw(hyperboloid,6,blue+0.15mm,longitudinalpen=nullpen);