![]() |
VARJO TRACKING PLUGIN SDK DOCUMENTATION
|
This code example shows how to use the Varjo Tracking Plugin API
You will need following tools to build the example plugin:
To build the example project bundled with this SDK, using Microsoft Visual Studio 2017 please follow these steps:
cd C:\Development\VarjoPluginSDK\examples\ExamplePlugin
mkdir build && cd build
cmake.exe -G "Visual Studio 15 2017 Win64" ..
cmake.exe --build . --config Release
start VarjoExamplePlugin.sln
Use plugin verifier utility to verify that the plugin works