Code for producing LiveGraphics3D Java 1.1 applet  

LiveGraphics3D is a non-commercial Java 1.1 applet to display and rotate three-dimensional graphics produced by Mathematica in HTML pages.

See the Documentation of LiveGraphics3D 1.60 by Martin Kraus at
http://www.vis.uni-stuttgart.de/~kraus/LiveGraphics3D/documentation.html

and Martin's talk at the Mathematica Developer Conference 2001
http://www.vis.uni-stuttgart.de/~kraus/LiveGraphics3D/talks/mmadevconf2001/

WriteLiveForm[filename_, graphics_, animOpts___] := <br />    Module[{ps,  ...  Unprotect[Real] ; Format[x_Real, InputForm] =. ; Protect @@ ps ;] ; (* Written by Martin Kraus *)

RowBox[{tetrahedron, =, RowBox[{Show, [, RowBox[{RowBox[{Graphics3D, [, RowBox[{{, RowBox[{Row ...  , RowBox[{-, 1.943}], ,,  , 1.5}], }}]}], ,, Lighting->False, ,, PlotRangeAll}], ]}]}]

[Graphics:../HTMLFiles/4LetterWalksInDiamondLattice_178.gif]

⁃Graphics3D⁃

SetDirectory["C:\_IMS2004\JavaApplet"] ; (* Change this *)

WriteLiveForm["tetrahedron.m", tetrahedron]


Created by Mathematica  (February 18, 2004)