diff --git a/src/components/three/ModelViewer.tsx b/src/components/three/ModelViewer.tsx index 992c984..6436616 100644 --- a/src/components/three/ModelViewer.tsx +++ b/src/components/three/ModelViewer.tsx @@ -1283,6 +1283,7 @@ export function ModelViewerCanvas({ url }: ModelViewerProps) { const isApple = /Mac|iPhone|iPad/.test(navigator.platform); const maxRatio = isApple ? 2 : 1.5; gl.setPixelRatio(Math.min(window.devicePixelRatio, maxRatio)); + gl.localClippingEnabled = true; }} >