[ Contact ] [ Links ] [ Previous : 10 / 35 : What does Java 3D do? ] [ Up ] [ Next : 12 / 35 : A Java 3D Scene Graph ]

A Conceptual Java 3D Renderer

while (true) {
   Process input
   if (exit request) break
   Check for collisions
   Perform behaviors
   Start playing appropriate sounds
   Traverse scene graph and render objects
}
Cleanup

See the "Links" link above to find out the sources of the proposed informations
Pascal Vuylsteker / eScience / Computer Science / ANU
Last modified: 20/4/2004
TOC - Print
Send your comments at :
<Hugh.Fisher@anu.edu.au>