|
@@ -3,6 +3,9 @@
|
|
const assets = [
|
|
const assets = [
|
|
'./',
|
|
'./',
|
|
|
|
|
|
|
|
+ './manifest.json',
|
|
|
|
+ './images/icon.png',
|
|
|
|
+
|
|
'../files/favicon.ico',
|
|
'../files/favicon.ico',
|
|
|
|
|
|
'../build/three.module.js',
|
|
'../build/three.module.js',
|
|
@@ -57,8 +60,6 @@ const assets = [
|
|
|
|
|
|
'../examples/jsm/webxr/VRButton.js',
|
|
'../examples/jsm/webxr/VRButton.js',
|
|
|
|
|
|
- './manifest.json',
|
|
|
|
- './images/icon.png',
|
|
|
|
'./images/rotate.svg',
|
|
'./images/rotate.svg',
|
|
'./images/scale.svg',
|
|
'./images/scale.svg',
|
|
'./images/translate.svg',
|
|
'./images/translate.svg',
|