realitycollective / com.realitytoolkit.core

The all-purpose framework for building the next reality
MIT License
3 stars 0 forks source link

Feature/fix sync visualizer interaction #118

Closed FejZa closed 2 months ago

FejZa commented 2 months ago

Reality Collective - Reality Toolkit Pull Request

Overview

Global Controller Interactors Configuration

Instead of having to configure interactors on every controller profile individually, there is now a global controller interactors configuration in the new InteractorsProfile of the input service profile. The InteractorsProfile replaces the old PointersProfile as we continue the transition from pointers to interactors.

image image

However, a controller may still be configured individually by overriding the global interactors list on the ControllerProfile itself.

image image

New interaction behaviour: LeverBehaviour

A new interaction behaviour LeverBehaviour was added. The lever behaviour is a very versatile behavior and covers a whole range of possible interactions for games and apps.

Consult the new docs page for more information.

Honorary Mentions