Garrett Johnson 5 лет назад
Родитель
Сommit
4ce187587f
2 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      examples/jsm/loaders/LUT3dlLoader.js
  2. 1 1
      examples/jsm/loaders/LUTCubeLoader.js

+ 1 - 1
examples/jsm/loaders/LUT3dlLoader.js

@@ -10,7 +10,7 @@ import {
 	UnsignedByteType,
 	ClampToEdgeWrapping,
 	LinearFilter,
-} from '//unpkg.com/three@0.120.1/build/three.module.js';
+} from '../../../build/three.module.js';
 
 export class LUT3dlLoader extends Loader {
 

+ 1 - 1
examples/jsm/loaders/LUTCubeLoader.js

@@ -10,7 +10,7 @@ import {
 	UnsignedByteType,
 	ClampToEdgeWrapping,
 	LinearFilter,
-} from '//unpkg.com/three@0.120.1/build/three.module.js';
+} from '../../../build/three.module.js';
 
 export class LUTCubeLoader extends Loader {
 

粤ICP备19079148号