MSPLive3D[ graphics]
include a LiveGraphics3D graphical applet in an HTML page
The following example embeds the LiveGraphics3D applet in a web page, passing a simple three-dimensional graphics object as input.
<msp:evaluate> MSPLive3D[ Graphics3D[ Line[ {{0, 0, 0}, {1, 1, 1}}]]]</msp:evaluate>