3D Clock Applet - Example 3


Here's the tag used:

<APPLET CODE="Clock3D.class" WIDTH=200 HEIGHT=200>
<PARAM NAME=fps VALUE=18>
<PARAM NAME=a1 VALUE=12500>
<PARAM NAME=pixd VALUE=29>
<PARAM NAME=pixangle VALUE=5>
<PARAM NAME=radius VALUE=26>
<PARAM NAME=rotx VALUE=-0.6>
<PARAM NAME=rotz VALUE=0.3>
<PARAM NAME=roty VALUE=4.2>
<PARAM NAME=irotx VALUE=0>
<PARAM NAME=iroty VALUE=0>
<PARAM NAME=irotz VALUE=0>
<PARAM NAME=style VALUE=1>
<PARAM NAME=color VALUE=#99FFFF>
<PARAM NAME=bgcolor VALUE=#000033>
<PARAM NAME=12hour VALUE=1>
</APPLET>

Example 1 - Example 2
Back to 3D Clock Page