![]() | ||
|---|---|---|
| TouchButton | A simple interaction node for just registering touches. |
| TouchExcluder | Special interaction node to exclude subtrees from the intersection testing used to decide which interaction should be activated by a touch. |
| Touch Translation | Single touch gesture to translate an axis. |
| Touch Rotation | Single touch gesture to rotate around an axis. |
| Touch Orbit | Single touch gesture to rotate around multiple axis at the same time. |
| Touch Transformation | Two-touch gesture to translate, rotate and scale at the same time. |
| Touch Transformation 3D | Two-touch gesture to translate, rotate and scale at the same time - especially build for use in VR. |
| Touch Pattern | Detects abstract patterns of movements like swipes or circular motions. |
| Touch Paint | Paint on the screen or an object using touch. |
| Touch Proxy | Used to isolate geometry that is only used as a touch target but are not visible to the user. |
| Touch Ripples | Ripples are used to visualize touch positions regardless of the gestures a touch might trigger. |
| Touch Marker | Receiver for unique marker objects such as fiducial, bar-coded objects, and so on. |
| Touch Teleport | Teleports the Camera's origin to the Position of the affected object. |
| 3D Touch Simulator | Simulate a 3D Touch device to interact with Interaction Nodes. |
| Web Browser | An interactive Internet browser that can be used to render HTML or browse the web. |
| Interaction Rectangle | Rectangular geometry collecting and sending interaction events via UDP or ANC channel |