Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 492 Bytes

File metadata and controls

30 lines (23 loc) · 492 Bytes

Spatialize

Spatialize is an open source software package for loading and manipulating 3D models in various Virtual Reality environments.

Build and Install

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}