Skip to content

Commit

Permalink
fix: use correct package name (#50)
Browse files Browse the repository at this point in the history
* fix: use correct package name

* fix: formatting
  • Loading branch information
sniok authored Apr 3, 2021
1 parent 4450baf commit 492231b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/webxr/XRControllerModelFactory.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@ import { Mesh, MeshBasicMaterial, Object3D, Quaternion, SphereGeometry } from 't

import { GLTFLoader } from '../loaders/GLTFLoader'

import { Constants as MotionControllerConstants, fetchProfile, MotionController } from '@webxr-input-profiles'
import {
Constants as MotionControllerConstants,
fetchProfile,
MotionController,
} from '@webxr-input-profiles/motion-controllers'

const DEFAULT_PROFILES_PATH = 'https://cdn.jsdelivr.net/npm/@webxr-input-profiles/assets@1.0/dist/profiles'
const DEFAULT_PROFILE = 'generic-trigger'
Expand Down

1 comment on commit 492231b

@vercel
Copy link

@vercel vercel bot commented on 492231b Apr 3, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.