Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
saitonakamura committed Aug 29, 2023
1 parent c715086 commit c5b8406
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/XRController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import { XRControllerModel } from './XRControllerModel'
* in a sense that it's long living */
export class XRController extends THREE.Group {
readonly index: number
// TODO rename it?
readonly controller: THREE.XRTargetRaySpace
readonly grip: THREE.XRGripSpace
readonly hand: THREE.XRHandSpace
Expand All @@ -26,7 +25,6 @@ export class XRController extends THREE.Group {
this.hand.userData.name = 'hand'

this.visible = false
// TODO is this needed?
this.add(this.controller, this.grip, this.hand)

this._onConnected = this._onConnected.bind(this)
Expand Down

0 comments on commit c5b8406

Please sign in to comment.