Basic HTML version of Foils prepared 5 August 97

Foil 15 Java code to set an eventOut field - I

From VRML97 Scripting: Java Nodes and External Authoring Interface UC Web Applications Certificate -- July 24 1997. by Wojtek Furmanski and Balaji Natarajan


1 Public class Changecolor extends Script {
2 private SFColor newColor ;
3 float red[] = {1,0,0};
4 float blue[] = {0,0,1};
5
6 public void initialize() {
7 newColor = (SFColor)
8 getEventOut ("newColor"); }

in Table To:


© Northeast Parallel Architectures Center, Syracuse University, npac@npac.syr.edu

If you have any comments about this server, send e-mail to webmaster@npac.syr.edu.

Page produced by wwwfoil on Sun Nov 29 1998