From 1c4423165095cf9def0545b255beb5ddaa363de5 Mon Sep 17 00:00:00 2001 From: VishaL <119810373+vis-prime@users.noreply.github.com> Date: Mon, 6 Nov 2023 20:25:28 +0530 Subject: [PATCH] fix: use bufferGeometryUtils (#46) --- src/core/Outlines.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/Outlines.ts b/src/core/Outlines.ts index e022ddc..3bc0647 100644 --- a/src/core/Outlines.ts +++ b/src/core/Outlines.ts @@ -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 = {