diff options
Diffstat (limited to 'Build/source/utils/asymptote/examples/sphere.asy')
-rw-r--r-- | Build/source/utils/asymptote/examples/sphere.asy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/utils/asymptote/examples/sphere.asy b/Build/source/utils/asymptote/examples/sphere.asy index 8c5a444d01a..41f3f548895 100644 --- a/Build/source/utils/asymptote/examples/sphere.asy +++ b/Build/source/utils/asymptote/examples/sphere.asy @@ -3,4 +3,4 @@ import three; size(200); currentprojection=orthographic(5,4,3); -draw(unitsphere,green); +draw(unitsphere,green,render(compression=Zero)); |