![]() |
VR-Forces 4.3 Class Documentation
|
This example demonstrates how to use the vrvControlToolkit to send view control messages to an instance of VR-Vantage.
When running this example, type 'w' (and press enter) into the example's console window and it will send a view control message to Vantage telling it to toggle wireframe mode on or off (the first message enables wireframe, further messages toggle). In order for Vantage to listen and respond to the view control messages, make sure "Listen for View Controls" is checked in the connection's configuration page. Typing 'q' will shut down the example.
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 ./bin/exampleSendControl<protocol>.exe (on Windows) or ./bin/exampleSendControl<protocol> (on Linux). For more information about running examples, please see Running Applications and Examples.