diff --git a/packages/studio/src/ClipPlane.jsx b/packages/studio/src/ClipPlane.jsx index 8e5d976..b33779b 100644 --- a/packages/studio/src/ClipPlane.jsx +++ b/packages/studio/src/ClipPlane.jsx @@ -95,7 +95,7 @@ export default function ClipPlane({ clippingPlane, sideColor, children }) { node.material = backFaceStencilMat; }); - const planeGeom = new THREE.PlaneBufferGeometry(); + const planeGeom = new THREE.PlaneGeometry(); const planeMesh = new THREE.Mesh(planeGeom, planeStencilMat); planeMesh.quaternion.setFromUnitVectors(