pmndrs / react-three-fiber

🇨🇭 A React renderer for Three.js
https://docs.pmnd.rs/react-three-fiber
MIT License
27.62k stars 1.6k forks source link

Allow pass custom store by props #3178

Open rubeniskov opened 9 months ago

rubeniskov commented 9 months ago

Currently there is no way to access the store outside the canvas context for some applications is usefull to have access to the canvas store outside its context for get scene graph, get stats or manage the event loop outside the canvas context (ie pause, advance nframes etc...)