summaryrefslogtreecommitdiff
path: root/graphics/asymptote/doc/asymptote.texi
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/asymptote/doc/asymptote.texi')
-rw-r--r--graphics/asymptote/doc/asymptote.texi8
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/asymptote/doc/asymptote.texi b/graphics/asymptote/doc/asymptote.texi
index 085cc77b0c..267d552e53 100644
--- a/graphics/asymptote/doc/asymptote.texi
+++ b/graphics/asymptote/doc/asymptote.texi
@@ -8264,7 +8264,13 @@ external viewer or conversion to an alternate 3D format with the Python
@code{pyv3d} library are available at
@url{https://gitlab.com/vectorgraphics/v3d}.
A @code{V3D} file @code{file.v3d} may be imported and viewed by
-Asymptote with the @code{v3d} module:
+@code{Asymptote} either by specifying @code{file.v3d} on the command line
+@verbatim
+asy -V file.v3d
+@end verbatim
+or using the @code{v3d} module and @code{importv3d} function in
+interactive mode (or within an @code{Asymptote} file):
+@cindex @code{importv3d}
@verbatim
import v3d;
importv3d("file.v3d");