Introduction

Please read what is ApertusVR

In this tutorial we'll guide you to how to visualize CAD models by an VR application which was made by the libraries of ApertusVR. This VR application is including the following libraries of ApertusVR regaring the above mentioned software architecture.

  1. ApertusCore for sharing the virtual reality scene over Internet

  2. ApertusOgreRenderPlugin for visualizing the virtual reality scene

  3. ApertusOisUserInputPlugin for controlling the virtual realty scene by keyboard and mouse.

  4. ApertusAssimpAssetLoaderPlugin for importing any CAD or 3D model into the virtual reality scene.

The following steps are describe how to use this VR application which was made by the libraries of ApertusVR to see the following virtual reality scene:

  1. Install vcredist into your computer.

  2. Run the \ApertusCore_SDK\bin\release\apeCoreTester.exe

  3. You could modify the content of the virtual reality scene by the \ApertusCore_SDK\bin\release\apeAssimpAssetLoaderPlugin.json. Samples for the configuration

  4. You could modify the content of the virtual reality scene by the ApertusCore_SDK\samples\apeCoreTester\apeCoreTester.cpp if you have Visual Studio 2017

Last updated