Browse Source

update three references

Garrett Johnson 4 years ago
parent
commit
4ce187587f
2 changed files with 2 additions and 2 deletions
  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/[email protected]/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/[email protected]/build/three.module.js';
+} from '../../../build/three.module.js';
 
 export class LUTCubeLoader extends Loader {