Skip to content
Snippets Groups Projects
To learn more about this project, read the wiki.
README.md 5.18 KiB

🗂️ RWTH VR Toolkit

The RWTH VR Toolkit are a collection of extensions of the VR-Group at the RWTH which are used in many of our applications. The contents of this plugin are constantly extended and improved to reflect changes in the Unreal nDisplay Plugin that we use to support our aixCAVE with Unreal.

In the following the main features are explained:

📂 Cluster

This folder contains cluster specific helpers or components

📂 Events

This folder contains a wrapper around the Cluster Events that enables calling a method from an object on all nodes in the cluster by exposing a DECLARE_DISPLAY_CLUSTER_EVENT macro. This can be used to react to events that only occur on one node, e.g., input events on the master node. An example and more explanation on how to use the wrapper can be found here.

📂 Fixes

This folder contains fixes for problems that exist in the Unreal Engine, which can be fixed at runtime. The description of every single fix can be found in the specific file.

📂 Interaction