Skip to content

Commit 7690f35

Browse files
committed
comments
1 parent a99b794 commit 7690f35

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

example/r3f/globe.jsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,10 @@ function App() {
8181
ortho: false,
8282
};
8383

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+
8488
const { apiToken, ortho } = useControls( levaParams );
8589
return (
8690
<Canvas

0 commit comments

Comments
 (0)