<applet code=javaview.class archive=jars/javaview.jar width=200 height=200> <param name=Model value=sample.obj> <param name=Control value=Hide> </applet>
where the lines have the following meaning:
code=javaview.class |
name of class file in archive (do not change!) |
archive=jars/javaview.jar or archive=jars/javaview.jar,jars/jvx.jar or archive=jars/javaview.jar,jars/jvx.jar,jars/vgpapp.jar |
name of archive (do not change!). Use second version to include advanced geometry effects and numerics algorithms. Use third version to include additionally a collection of projects. |
width=200 |
horizontal size of applet window in pixels, modify according to your needs |
height=200 |
vertical size of applet window in pixels, modify according to your needs |
<param name=model value=sample.obj> |
name of geometry file to show |
<param name=control value=Hide> |
if not set or set to Show control panel will be shown |