![]() |
VR-Vantage 1.4.1 API Class Documentation
|
Some examples are plug-ins and create DLLs.
Others are applications and create executables. When you build an example or application, the executables get placed in the ./bin directory. Plug-in DLLs get placed in C:\MAK\vrvantage1.4\examples\plugins\release (or debug).
To run an application example, run the executable.
To run a plug-in, start a VR-Vantage application and specify the plug-in to load. For example, to run the exampleAccessory plug-in, the command line is:
vrvStealth.exe --plugin ..\examples\plugins\release\exampleAccessory.dll --showConsole
VR-Vantage includes batch files for the plug-in examples that already have the correct command line specified. The batch files are in ./bin.
Some examples require that you connect to a simulation to see the results of the changes you made. Furthermore, the simulation you connect to might require certain types of entities or interactions to exercise the new functionality. If it is not clear from the example what needs to happen, please contact support@mak.com.
[<< Building for Linux]