diff options
Diffstat (limited to 'Master/texmf/doc/asymptote/examples/BezierPatch.asy')
-rw-r--r-- | Master/texmf/doc/asymptote/examples/BezierPatch.asy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf/doc/asymptote/examples/BezierPatch.asy b/Master/texmf/doc/asymptote/examples/BezierPatch.asy index 0e6b477eb13..8d770e058ae 100644 --- a/Master/texmf/doc/asymptote/examples/BezierPatch.asy +++ b/Master/texmf/doc/asymptote/examples/BezierPatch.asy @@ -1,7 +1,7 @@ import three; size(10cm); -currentlight=(0,0,1); +currentlight=Viewport; surface s=surface(patch(new triple[][] { {(0,0,0),(1,0,0),(1,0,0),(2,0,0)}, |