We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a99b794 commit 7690f35Copy full SHA for 7690f35
example/r3f/globe.jsx
@@ -81,6 +81,10 @@ function App() {
81
ortho: false,
82
};
83
84
+ // TODO: the renderer is rerendering due to floating point issues
85
+ // - see if we should trigger an invalidate on tiles plugin add and params change
86
+ // - see if we need to trigger a force update on plugin add for the UpdateOnChange plugin
87
+
88
const { apiToken, ortho } = useControls( levaParams );
89
return (
90
<Canvas
0 commit comments