![]() |
VR-Forces 5.0.1 Developer's Guide
|
This example shows how to create a simple VR-Vantage application.
There are three required steps.
The first step is to create the DtVrvApplication.
Once the application has been created, it must be initialized.
Finally, the application's main event loop is started.
VR-Vantage includes pre-built versions of the example application. To build it yourself, follow the instructions at Building VR-Vantage Examples, Applications, and Plug-ins.
This example is an application. You can run it by running ./bin64/exampleSimple.exe (on Windows) or ./bin64/exampleSimple (on Linux). For more information about running examples, please see Running Applications and Examples.
[<< Examples] [Home] [Top of Page]