Skip to content

Commit

Permalink
fix: use bufferGeometryUtils (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
vis-prime authored Nov 6, 2023
1 parent b76aa39 commit 1c44231
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/Outlines.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as THREE from 'three'
import { toCreasedNormals } from 'three-stdlib'
import { toCreasedNormals } from 'three/examples/jsm/utils/BufferGeometryUtils'
import { shaderMaterial } from './shaderMaterial'

export type OutlinesProps = {
Expand Down

0 comments on commit 1c44231

Please sign in to comment.