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

[ICO]NameLast modifiedSizeDescription

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

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.