You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's an interesting idea. I also noticed it isn't so obvious right now how to do things like extend R3F for custom classes with types. It makes me think we need to organize the docs better in general.
Add a
docs/cookbook.mdx
page with different recipes:How to convert a fiber
Vector3
into aTHREE.Vector3
Fiber has a
Vector3
type which can be:new THREE.Vector3(2,2,2)
-- aTHREE.Vector3
[2,2,2]
-- a 3-tuple2
-- a numberUsing
<Suspense>
with suspend-reactTODO: but can get inspired from https://discord.com/channels/740090768164651008/740094974187798609/1306911036716355594
The text was updated successfully, but these errors were encountered: