Processes happening when a Java applet changes the color of a Sphere node in a VRML world : |
The applet makes a call to find the sphere by asking for it by name. |
Next, the applet will make a call to change the color of that field. |
When the applet finds the color field and changes the color of that field, the VRML world receives and event - processes it and finally changes color. |