Skip to content
This repository has been archived by the owner on Sep 7, 2023. It is now read-only.

Commit

Permalink
add controllers props documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
michealparks committed Aug 14, 2023
1 parent 75fb738 commit 43d8d51
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/lib/components/controllers.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ import { createRawEventDispatcher } from '@threlte/core'
import Controller from './controller.svelte'
import type { XRControllerEvent } from '../types'
/** An optional model for the left controller. If 'none' is passed, no controller model will render. */
export let modelLeft: THREE.Object3D | 'none' | undefined = undefined
/** An optional model for the right controller. If 'none' is passed, no controller model will render. */
export let modelRight: THREE.Object3D | 'none' | undefined = undefined
type $$Events = {
Expand Down

0 comments on commit 43d8d51

Please sign in to comment.