1 | Processes happening when a Java applet changes the color of a Sphere node in a VRML world : |
2 | The applet makes a call to find the sphere by asking for it by name. |
3 | Next, the applet will make a call to change the color of that field. |
4 | 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. |