diff options
Diffstat (limited to 'Master/texmf/doc/asymptote/examples/arrows3.asy')
-rw-r--r-- | Master/texmf/doc/asymptote/examples/arrows3.asy | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Master/texmf/doc/asymptote/examples/arrows3.asy b/Master/texmf/doc/asymptote/examples/arrows3.asy index 12ad43463ee..57fc4b3d338 100644 --- a/Master/texmf/doc/asymptote/examples/arrows3.asy +++ b/Master/texmf/doc/asymptote/examples/arrows3.asy @@ -2,6 +2,8 @@ import three; size(15cm); +defaultrender.merge=true; + currentprojection=perspective(24,14,13); currentlight=light(gray(0.5),specularfactor=3,viewport=false, (0.5,-0.5,-0.25),(0.5,0.5,0.25),(0.5,0.5,1),(-0.5,-0.5,-1)); |