summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/asymptote/examples/teapot.asy
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/asymptote/examples/teapot.asy')
-rw-r--r--Master/texmf-dist/doc/asymptote/examples/teapot.asy4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/asymptote/examples/teapot.asy b/Master/texmf-dist/doc/asymptote/examples/teapot.asy
index 401ecec5ab9..bff93ace194 100644
--- a/Master/texmf-dist/doc/asymptote/examples/teapot.asy
+++ b/Master/texmf-dist/doc/asymptote/examples/teapot.asy
@@ -1,5 +1,5 @@
import three;
-
+import settings;
size(20cm);
currentprojection=perspective(250,-250,250);
@@ -169,4 +169,4 @@ triple[][][] Q={
}
};
-draw(surface(Q),blue,render(compression=Low));
+draw(surface(Q),material(blue, shininess=0.85, metallic=0),render(compression=Low));