File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -248,6 +248,18 @@ Menubar.File = function ( editor ) {
248
248
249
249
} ) ;
250
250
251
+ loader . load ( '../examples/js/controls/VRControls.js' , function ( content ) {
252
+
253
+ zip . file ( 'js/VRControls.js' , content ) ;
254
+
255
+ } ) ;
256
+
257
+ loader . load ( '../examples/js/effects/VREffect.js' , function ( content ) {
258
+
259
+ zip . file ( 'js/VREffect.js' , content ) ;
260
+
261
+ } ) ;
262
+
251
263
} ) ;
252
264
options . add ( option ) ;
253
265
Original file line number Diff line number Diff line change 30
30
< body ontouchstart ="">
31
31
< script src ="js/three.min.js "> </ script >
32
32
< script src ="js/app.js "> </ script >
33
+ < script src ="js/VRControls.js "> </ script >
34
+ < script src ="js/VREffect.js "> </ script >
33
35
< script >
34
36
35
37
var loader = new THREE . XHRLoader ( ) ;
You can’t perform that action at this time.
0 commit comments