diff options
Diffstat (limited to 'Build/source/utils/asymptote/examples/unitoctant.asy')
-rw-r--r-- | Build/source/utils/asymptote/examples/unitoctant.asy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/utils/asymptote/examples/unitoctant.asy b/Build/source/utils/asymptote/examples/unitoctant.asy index 89f851f6a23..e84fdd537c3 100644 --- a/Build/source/utils/asymptote/examples/unitoctant.asy +++ b/Build/source/utils/asymptote/examples/unitoctant.asy @@ -3,7 +3,7 @@ import graph3; currentprojection=orthographic(5,4,2); size(0,150); -patch s=octant1; +patch s=octant1x; draw(surface(s),green+opacity(0.5)); draw(s.external(),blue); |