Keep EXT_mesh_gpu_instancing
when running gltfpack
#680
Closed
BoyBaykiller
started this conversation in
General
Replies: 1 comment 1 reply
-
gltfpack currently doesn't support |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am running
gltfpack -v -mi -noq -tc -i .\SimpleInstancing.gltf -o .\Compressed\Output.gltf
over this gltf model.It uses the EXT_mesh_gpu_instancing extension to define a bunch of instanced cubes. I can render it correctly as it, but after running it through the command the EXT_mesh_gpu_instancing extension is removed, resulting in only a single cube being rendered.
Am I missing something?
Beta Was this translation helpful? Give feedback.
All reactions