We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7dcaa1 commit d03927aCopy full SHA for d03927a
GLTFExporter.js
@@ -24,7 +24,7 @@ import {
24
RepeatWrapping,
25
Scene,
26
Vector3
27
-} from "../../../build/three.module.js";
+} from "../../three.module.js";
28
29
//------------------------------------------------------------------------------
30
// Constants
GLTFLoader.js
@@ -67,7 +67,7 @@ import {
67
Vector3,
68
VectorKeyframeTrack,
69
sRGBEncoding
70
71
72
var GLTFLoader = ( function () {
73
0 commit comments