diff --git a/editor/js/Menubar.File.js b/editor/js/Menubar.File.js index bf5a03e00d7bb98e2ab7e4a7f3aa412374fb4cfe..cf3b7588dbe01ec5471395f30aa470934dd8da13 100644 --- a/editor/js/Menubar.File.js +++ b/editor/js/Menubar.File.js @@ -248,6 +248,18 @@ Menubar.File = function ( editor ) { } ); + loader.load( '../examples/js/controls/VRControls.js', function ( content ) { + + zip.file( 'js/VRControls.js', content ); + + } ); + + loader.load( '../examples/js/effects/VREffect.js', function ( content ) { + + zip.file( 'js/VREffect.js', content ); + + } ); + } ); options.add( option ); diff --git a/editor/js/libs/app/index.html b/editor/js/libs/app/index.html index afada6cc3d222f5d1617539ebff4dd8b4cdbd46d..812c71a1596dbfb01f89068a44312575244ec67c 100644 --- a/editor/js/libs/app/index.html +++ b/editor/js/libs/app/index.html @@ -30,6 +30,8 @@ + +