One of the useful features of web
Mathematica is its integration with the
LiveGraphics3D applet. This applet displays
Mathematica three-dimensional graphics and provides support for features such as interactive rotation and resizing. It is shipped with web
Mathematica and is used by the command
MSPLive3D. The applet has been carefully developed so that it works in a wide range of different Java-enabled browsers.
The interface is given below.
In addition, the
MSPLive3D command can set the
Magnification parameter for the applet as follows.
<msp:evaluate>
MSPLive3D[ Plot3D[ Sin[x y],{x,0,3},{y,0,3}], Magnification -> 0.4]
</msp:evaluate>
More information on the
LiveGraphics3D applet is available from the website maintained by its author, Martin Kraus, at
http://wwwvis.informatik.uni-stuttgart.de/~kraus/LiveGraphics3D.