shamansir / elm-aframe / AFrame.Components.Controls.Vive

Vive Controls

Basic

hand : AFrame.Variants.Hand.Hand -> AFrame.Properties.Property

Set hand that will be tracked (i.e., right, left).

model : Basics.Bool -> AFrame.Properties.Property

Whether the Vive controller model is loaded.

Default : true

Buttons colors

buttonColor : Color -> AFrame.Properties.Property

Button colors when not pressed.

Default : #FAFAFA (off-white)

buttonHighlightColor : Color -> AFrame.Properties.Property

Button colors when pressed and active.

Default : #22D1EE (light blue)

Orientation

orientationOffset : Basics.Float -> Basics.Float -> Basics.Float -> AFrame.Properties.Property

Offset to apply to model orientation.

Default: x: 0, y: 0, z: 0