Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
pierremtb committed Jan 5, 2024
1 parent eb05e16 commit 3ba2726
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/three.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import {
Sphere,
Vector3,
} from 'three'
import { OBJLoader } from 'three-stdlib/loaders/OBJLoader'
import { OBJLoader } from 'three-stdlib'
import { Buffer } from 'buffer'

export function loadGeometry(file: string): BufferGeometry | undefined {
Expand Down

0 comments on commit 3ba2726

Please sign in to comment.