Skip to content

Commit

Permalink
Editor: Added XRControllerModelFactory to sw.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdoob committed Mar 15, 2021
1 parent 416e4b4 commit 84c4a6d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions editor/sw.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ const assets = [
'../examples/js/libs/draco/gltf/draco_decoder.wasm',
'../examples/js/libs/draco/gltf/draco_wasm_wrapper.js',

'../examples/jsm/libs/motion-controllers.module.js',

'../examples/jsm/libs/rhino3dm/rhino3dm.wasm',
'../examples/jsm/libs/rhino3dm/rhino3dm.js',

Expand Down Expand Up @@ -67,6 +69,7 @@ const assets = [
'../examples/jsm/geometries/TeapotGeometry.js',

'../examples/jsm/webxr/VRButton.js',
'../examples/jsm/webxr/XRControllerModelFactory.js',

'./images/rotate.svg',
'./images/scale.svg',
Expand Down

0 comments on commit 84c4a6d

Please sign in to comment.