Navigation

Tracking reports positions relative to the physical CAVE - the user is restricted to moving inside this small space. Many virtual environments occupy a much larger area. Navigation allows the user to explore this larger space.

The rough concept behind navigation is that the CAVE itself, with the user inside, is being moved through the virtual world. This is implemented by a navigation transformation which is applied to everything that is rendered in the environment.

The library maintains a transformation matrix which the application can manipulate like the GL modeling transformation.

The matrix is in shared memory; the display processes use a private copy which is fixed at the beginning of each frame.


Previous page    Next page

Last modified 19 July 1997.

Dave Pape, pape@evl.uic.edu