Skip to content

Running the Viewer

virtuallynaked edited this page Apr 26, 2018 · 13 revisions

The Viewer project is the app that renders assets and displays them in your VR Headset. The Viewer can be configured to load assets either from the work directory that the Importer imports to, or from a pre-imported archive included with a build of Virtually Naked you've downloaded.

Configuring the Viewer to use pre-imported assets from a downloaded build

  1. Open the project properties for the Viewer project in Visual Studio.
  2. Switch to the Debug tab.
  3. Set the --content command line argument to point to the content directory from a build you've downloaded (see screenshot).

Configuring the Viewer to use assets from the Importer

  1. Import assets.
  2. Open the project properties for the Viewer project in Visual Studio.
  3. Switch to the Debug tab.
  4. Set the --content command line argument to point to the work\content directory in your repository working tree (see screenshot).