3D Clock Applet - Example 2


Here's the tag used:

<APPLET CODE="Clock3D.class" WIDTH=320 HEIGHT=70>
<PARAM NAME=fps VALUE=18>
<PARAM NAME=a1 VALUE=15000>
<PARAM NAME=pixd VALUE=25>
<PARAM NAME=pixangle VALUE=3>
<PARAM NAME=radius VALUE=26>
<PARAM NAME=roty VALUE=-12>
<PARAM NAME=rotz VALUE=0>
<PARAM NAME=rotx VALUE=1>
<PARAM NAME=irotx VALUE=0>
<PARAM NAME=iroty VALUE=0>
<PARAM NAME=irotz VALUE=90>
<PARAM NAME=style VALUE=2>
<PARAM NAME=color VALUE=#00FF00>
<PARAM NAME=bgcolor VALUE=#330000>
<PARAM NAME=12hour VALUE=1>
</APPLET>

Example 1 - Example 3
Back to 3D Clock Page