Const
Composable 3D Trigger System.
Allows for the creation of custom interactive controls by combining geometric shapes, visual styles, and interaction behaviors (momentary, toggle, axis, pressure).
<TriggerComposer shapeConfig={{ shape: 'sphere', size: 0.5 }} behaviorConfig={{ type: 'toggle' }} materialConfig={{ color: 'blue', activeColor: 'cyan' }}/> Copy
<TriggerComposer shapeConfig={{ shape: 'sphere', size: 0.5 }} behaviorConfig={{ type: 'toggle' }} materialConfig={{ color: 'blue', activeColor: 'cyan' }}/>
Composable 3D Trigger System.
Allows for the creation of custom interactive controls by combining geometric shapes, visual styles, and interaction behaviors (momentary, toggle, axis, pressure).