You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I came across an issue where comments suggested using BVH(#320), but it doesn't solve my underlying problem. When zooming the view, React Three Fiber keeps performing intersection checks with the scene, even though I only set an onPointerDown event handler. Am I using it incorrectly? Is there any configuration or setting that can help avoid this issue?
here is my example: https://codesandbox.io/p/sandbox/view-skissor-2-forked-r36tcc
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I came across an issue where comments suggested using BVH(#320), but it doesn't solve my underlying problem. When zooming the view, React Three Fiber keeps performing intersection checks with the scene, even though I only set an onPointerDown event handler. Am I using it incorrectly? Is there any configuration or setting that can help avoid this issue?
here is my example:
https://codesandbox.io/p/sandbox/view-skissor-2-forked-r36tcc
Beta Was this translation helpful? Give feedback.
All reactions