VR-Vantage 1.4.1 API Class Documentation
Building VR-Vantage Examples, Applications, and Plug-ins

VR-Vantage includes many examples that demonstrate how to achieve common modifications to VR-Vantage applications.

It also includes project files to rebuild the entire VR-Vantage applications. This section explains how to compile and run examples as well as your own plug-ins and applications using the VR-Vantage Toolkit.

Prerequisites for Building VR-Vantage Examples and Applications

Before you can build an example or a custom application, you must install the software that VR-Vantage depends on and you must configure some environment variables, so that our example project files can find these prerequisites. You must do the following:

Define Environment Variables

To build VR-Vantage applications and examples, you must define the following environment variables:

The following is an example of defining environment variables in Linux:

  PATH=$PATH:/dev/makRti4.1/bin
  PATH=$PATH:/dev/makRti4.1/lib
  PATH=$PATH:/dev/makRti4.1/examples/bin
  export LD_LIBRARY_PATH=/dev/makRti4.1/lib
  export RTI_CONFIG=/dev/makRti4.1/bin
  export RTI_RID_FILE=/dev/makRti4.1/rid.mtl
  export MAK_VRLDIR=/dev/vrlink4.0.4
  export MAK_RTIDIR=/dev/makRti4.1
  export MAK_CIGIDIR=/dev/CIGI/ccl
  export QTDIR=/dev/qt-everywhere-opensource-src-4.7.4

[Building for Windows >>]



Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)