Skip to content

Commit d03927a

Browse files
author
Avaer Kazmer
committed
Fix GLTF loader/exporter loading
1 parent c7dcaa1 commit d03927a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

GLTFExporter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import {
2424
RepeatWrapping,
2525
Scene,
2626
Vector3
27-
} from "../../../build/three.module.js";
27+
} from "../../three.module.js";
2828

2929
//------------------------------------------------------------------------------
3030
// Constants

GLTFLoader.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ import {
6767
Vector3,
6868
VectorKeyframeTrack,
6969
sRGBEncoding
70-
} from "../../../build/three.module.js";
70+
} from "../../three.module.js";
7171

7272
var GLTFLoader = ( function () {
7373

0 commit comments

Comments
 (0)