Basic HTML version of Foils prepared 5 August 97

Foil 28 Dynamic Generation of VRML nodes - The world

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


1 #VRML V2.0 utf8
2 DEF GEN_ROOT Transform{
3 children[ DEF GEN_TOUCH TouchSensor {}
4 Shape { geometry Sphere{} } ] }
5 DEF GENSCRIPT Script {
6 url "DynamicGen.class"
7 eventIn SFTime touched
8 eventOut MFNode addSphere }
9 ROUTE GEN_TOUCH.touchTime TO GENSCRIPT.touched
10 ROUTE GENSCRIPT.addSphere TO GEN_ROOT.addChildren

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