pmndrs / react-three-rapier

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

Add ref to Attractor #679

Open markNZed opened 5 months ago

markNZed commented 5 months 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).