10.4 v3d

This module provides support for the V3D 3D graphics format, which can be viewed using the Python pyv3d library or embedded within PDF documents. V3D content can be automatically generated by setting settings.v3d=true, or existing V3D files can be imported using the importv3d function:

import v3d;
importv3d("file.v3d");