-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can this plugin bundle assets pointed to by glTF JSON files? #27
Comments
Defined here ... rd-bundler-3d-plugins/packages/core/core.js Lines 127 to 137 in 880238c
... this plugin does always bundle input files to |
I see! I do some pre-processing with |
Nothing is lost now, but your linked resources (.png, .jpg, .bin, ...) are getting embedded into |
I have been using GLB files in dev mostly, but I recently wanted to start using glTF JSON with separated textures and bin so that I could reuse textures more easily. However, I ran into the Vite bundling problem where the imported glTF file gets bundled but none of the assets it points to. Can this Vite plugin handle that without transforming the file to GLB?
PS: I did not see a discussion tab for this repo or I would have posted this there.
The text was updated successfully, but these errors were encountered: