Index of /guides/vrml/examples/eai-old/rgb-change

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[   ]sphere.wrl1998-02-04 17:01 205  
[TXT]rgb-change.html1998-02-04 17:19 327  
[TXT]rgb-change-test.html1998-02-04 16:41 334  
[TXT]rgb-change-err.html1998-01-26 20:59 402  
[TXT]RGBChangeTest.java1998-02-05 10:21 2.0K 
[   ]RGBChangeTest.class1998-02-04 18:59 2.2K 
[   ]RGBChangeTEST.class1998-02-04 16:40 2.2K 
[TXT]RGBChangeErr.java1998-02-05 10:22 2.1K 
[   ]RGBChangeErr.class1998-01-26 21:03 2.2K 
[TXT]RGBChange.java1998-02-05 10:21 1.5K 
[   ]RGBChange.class1998-02-04 18:24 1.5K 
[TXT]README.html1998-02-05 10:22 1.1K 

RBG changeTest Example ( 5-Feb-1998)

RBG changeTest Example

The example rgb-change.html is a smuch implified version of the RBG Test found in the EAI Spec. It just deals with EventIns (i.e. Java->Vrml). A local modified copy of the original is in the RGB directory.

The example rgb-change-test.html adds some error checking.

The example rgb-change-err.html does the same thing, but has an error in the Java applet (RGBChangeErr) in order to demonstrate error handling, i.e. 'browser.getNode("MATS");' is misspelled.


D.K.S.