ProtoFlux:Standard Controller: Difference between revisions

From Resonite Wiki
Controllers are at least pages now
 
m →‎Usage: adding basic info to the node.
Line 28: Line 28:


== Usage ==
== Usage ==
the standard controller node allows one to interact with the players Virtual reality controller.
say you want to get the user's grip and trigger strength, just feed it a user and a "Chirality input" for the left or right controller and volla!
just pull an output from the grip boolean and the strength float value and now you have the users grip and trigger on/off and strength!


== Examples ==
== Examples ==

Revision as of 21:32, 12 April 2024

This article or section is a Stub. You can help the Resonite Wiki by expanding it.


Standard Controller
User
IsActive
Node
Type
BatteryLevel
IsBatteryCharging
Primary
Secondary
Grab
Menu
Strength
Axis
Controllers

This node provides information for generic controllers.


Usage

the standard controller node allows one to interact with the players Virtual reality controller.

say you want to get the user's grip and trigger strength, just feed it a user and a "Chirality input" for the left or right controller and volla!

just pull an output from the grip boolean and the strength float value and now you have the users grip and trigger on/off and strength!

Examples