Managed GLB for React Three Fiber #3497
dsdevgit
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there,
I'd like to share something I'm currently using at work. It's called Managed GLB for React Three Fiber—a wrapper around the glb/gltf loader that allows you to handle and customize only selected nodes in JSX, instead of generating a full JSX file. I use some GLB files with complex hierarchies, and gltfjsx generates overly large JSX files. Managed GLB loads 3D models as they are and allows customization of only the needed nodes.
In short, it looks like
You can find more information here:
https://www.npmjs.com/package/r3f-managed-glb
https://github.com/dsdevgit/r3f-managed-glb
Best,
Dennis
Beta Was this translation helpful? Give feedback.
All reactions