Example implementation for rendering Open Inventor scenes in the Oculus Rift.
- Edit the paths in
src\OculusCoin.pro
. - Run
qmake
to generate the makefiles.
If you build using QtCreator, you may need to
- Add a definition for
COINDIR
to the build environment in the build settings. - Add the
bin
dir of your Coin installation to thePATH
variable in the run settings.