pmndrs / react-three-rapier

🤺 Rapier physics in React
https://react-three-rapier.pmnd.rs
MIT License
983 stars 55 forks source link

Add ref to Attractor #679

Open markNZed opened 1 month ago

markNZed commented 1 month ago

It would be great if the position of the Attractor could be updated through a ref to avoid re-rendering the Attractor in React (when updating the position prop).