Skip to content

Commit

Permalink
Examples: Renamed WebXRHandController to XRHandModelFactory.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdoob committed Jul 27, 2020
1 parent 334243b commit 57f15cf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion examples/webxr_vr_handinput_profiles.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
import { OrbitControls } from './jsm/controls/OrbitControls.js';
import { VRButton } from './jsm/webxr/VRButton.js';
import { XRControllerModelFactory } from './jsm/webxr/XRControllerModelFactory.js';
import { XRHandModelFactory } from './jsm/webxr/WebXRHandController.js';
import { XRHandModelFactory } from './jsm/webxr/XRHandModelFactory.js';

var container;
var camera, scene, renderer;
Expand Down

0 comments on commit 57f15cf

Please sign in to comment.