www.randelshofer.ch
© Werner Randelshofer
Examples 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 << >>
ambientLightIntensity=0.6lightSourceIntensity=1.0
Default values: Ambient light and light source.
ambientLightIntensity=0lightSourceIntensity=1.0
Light source only.
ambientLightIntensity=1.0lightSourceIntensity=0
Ambient light only.
Demonstrates the ambientLightIntensity and lightSourceIntensity parameters.
ambientLightIntensity
lightSourceIntensity
Applet Tag:
<applet code="ch.randelshofer.rubik.RubikPlayerApp.class" archive="rubikplayer.zip" width="264" height="245">
<applet
code="ch.randelshofer.rubik.RubikPlayerApp.class" archive="rubikplayer.zip"
width="264" height="245">
<param name="ambientLightIntensity" value="0.6"><param name="lightSourceIntensity" value="1.0">
<param name="ambientLightIntensity" value="0.6">
<param name="lightSourceIntensity" value="1.0">
</applet>