Index of /guides/vrml/examples/eai-old/monitor-test

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[   ]MonitorTest.class1998-02-05 20:40 2.9K 
[TXT]MonitorTest.java1998-01-26 19:32 3.0K 
[   ]MonitorTest2.class1998-02-05 21:26 4.0K 
[TXT]MonitorTest2.java1998-02-05 21:26 4.4K 
[   ]MonitorTouch.class1998-02-05 20:58 2.2K 
[TXT]MonitorTouch.java1998-02-05 20:58 1.8K 
[TXT]README.html1998-02-05 22:23 1.2K 
[TXT]monitor-test.html1998-01-26 18:54 393  
[TXT]monitor-test2.html1998-01-26 19:51 394  
[TXT]monitor-touch.html1998-02-05 22:21 531  
[   ]root.wrl1998-02-05 17:56 694  
[   ]sphere.wrl1998-02-05 20:13 233  

MonitorTest Example ( 5-Feb-1998)

MonitorTest Example

The example monitor-touch.html shows how to receive an Event triggered by a Touch Sensor from the VRML scene. When you click on a ball it will change color.

The example monitor-test.html (associated with MonitorTest.java) shows how to receive Events from a VRML scene. In this case the position (rotation_changed) of a rotating cube and the pulse (fraction_changed) from a Time Sensor. Needs probably cleaning up

The example monitor-test2.html (associated with MonitorTest2.java) adds a stop and a start button for the TimeSensor. It demonstrates basically the same thing as the RGB Test Applet.


D.K.S.