MSPLive3D

MSPLive3D[ graphics]
include a LiveGraphics3D graphical applet in an HTML page

DetailsDetails

  • MSPLive3D is a convenient way to work with the LiveGraphics3D graphics applet.
  • The applet displays Mathematica three-dimensional graphics and provides support for features such as interactive rotation and resizing.

ExamplesExamplesopen allclose all

Basic Examples  (1)Basic Examples  (1)

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>