| ... | ... | @@ -126,8 +126,15 @@ The cluster module [`RWTHVRCluster` ](https://git-ce.rwth-aachen.de/vr-vis/VR-Gr |
|
|
|
|
|
|
|
### Cave Overlay
|
|
|
|
|
|
|
|
The Cave Overlay is used to display a warning tape and sign when the head or controller(s) come too close to the Cave walls. Additionally, it can be used to black out the door projectors when the door is opened. This isn't done automatically, but the door state can be toggled by pressing `F10`.
|
|
|
|
`ACAVEOverlayController` is the actor that is being spawned by the `CaveSetup` actor and correspondingly attached to it and therefore the pawn.
|
|
|
|
|
|
|
|
### Cluster Console
|
|
|
|
|
|
|
|
The `FClusterConsole` is a simple class that Registers a console command (`ClusterExecute`) which sends the appended string via ClusterEvents to the whole Cluster and executes it as a console command on all nodes.
|
|
|
|
|
|
|
|
E.g.: `ClusterExecute stat fps` to get a fps overlay on all nodes.
|
|
|
|
|
|
|
|
### Cluster Events
|
|
|
|
|
|
|
|
For the usage of cluster events in C++, see [Cluster events in C++](Home/Cluster/Cluster-Events-in-Cpp)
|
| ... | ... | |
| ... | ... | |