-
Notifications
You must be signed in to change notification settings - Fork 968
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
EXT_mesh_gpu_instancing not supported in transcoder #1081
Comments
sample glb file with EXT_mesh_gpu_instancing regular 3D viewers do not show the trees, which are modeled as instances. Only CesiumJS supports it. command: |
With apologies for plugging my own software here... I believe only one implementation exists for Draco +
The glTF Transform CLI supports plugins with support for other extensions, but I'm not sure whether an implementation exists for |
It is not an official (merged or even ratified) extension. And therefore, the implementation at https://github.com/CesiumGS/3d-tiles-tools/tree/main/src/gltf-extensions/gltfExtensions (permalink) is not "public" or "official" in any way either. However, there is a very basic We have been thinking about how to make at least the implementation(s) more accessible. Ideally, there would be some dedicated repo that contains the |
Hi, I have a glb file utilizing the EXT_mesh_gpu_instancing and EXT_instance_features extensions
See
https://github.com/KhronosGroup/glTF/blob/main/extensions/2.0/Vendor/EXT_mesh_gpu_instancing/README.md
The draco_transcoder.exe ignores these extensions and my instanced objects disappear.
I see some code fragment around the EXT_mesh_gpu_instancing extension, but my guess is that the loader hasnt implemented it.
Is there a branch working on this feature or anything?
Thanks,
Arne
The text was updated successfully, but these errors were encountered: