Create a Viewer application
- Last UpdatedJul 05, 2023
- 1 minute read
Introduction
A Viewer application is a full custom application built on a template that provides navigation functionalities with Gamepad, Mouse, and Keyboard and support for VR devices.
Steps
-
Use the New Project Wizard to create a Viewer Template project. The template is based on the Viewer module, which provides navigation and VR functionalities.
-
Open the project graphic_context.xml file and populate the scene with content using the functionalities offered by the Graphic Context Editor.
-
Add item objects as described in Add Content in Graphic Context Editor.
-
Open the graphic_context_logic.xml file and write any project specific logic that is needed using the XR scripting language.
-
Finally, use Viewer configuration file (cfg_viewer) to customize camera and navigation behaviors.
Project template
Modules
Procedures
-
New Project Wizard: How to create a project based on a template.
-
CAD importers and converters: How to import external data into an XR Studio project using Graphic Context Editor.
-
Importing FBX: Details about importing FBX.