Skip to content

Commit

Permalink
Update GLTFLoader.js
Browse files Browse the repository at this point in the history
  • Loading branch information
shliamin authored Jun 14, 2024
1 parent 3425c74 commit 4c59f5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/GLTFLoader.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ import {
VectorKeyframeTrack,
SRGBColorSpace,
InstancedBufferAttribute
} from 'three';
} from "./three.module.js";;
import { toTrianglesDrawMode } from '../utils/BufferGeometryUtils.js';

class GLTFLoader extends Loader {
Expand Down

0 comments on commit 4c59f5e

Please sign in to comment.