Spatialize is an open source software package for loading and manipulating 3D models in various Virtual Reality environments.
Set environment variables (i.e. execute in .bashrc)
export MinVR_DIR=/path/to/install/MinVR
Build the project:
make
# build release
make opt
# build debug
make debug
Install the project:
make install
Run the program:
./build/Release/spatialize {path to model}