How do I port a CAVElib™ application to VR Juggler?
Refer to the CAVElib-to-Juggler porting guide in the Programmer’s Guide for details and code examples. For something quick, an overview follows. In a VR Juggler vjApp class, there are five functions which you’ll find immediately important: one for initialization, one for drawing (OpenGL only), and three for computation (I usually use only one of these).