I encountered an issue while using Draco's compression feature on a GLB file that utilizes the EXT_instance_features and EXT_mesh_gpu_instancing extensions. After compression, the resulting file appears to be corrupted.
It seems that the buffer view responsible for GPU instancing has been removed in the compressed file's JSON. This removal breaks the model's ability to load correctly and fails format validation checks.
Could you please look into this issue? Any help or guidance on how to address this problem would be greatly appreciated.
Thank you!
Below are the JSON sections of the GLB files before and after compression.
Hello,
I encountered an issue while using Draco's compression feature on a GLB file that utilizes the EXT_instance_features and EXT_mesh_gpu_instancing extensions. After compression, the resulting file appears to be corrupted.
It seems that the buffer view responsible for GPU instancing has been removed in the compressed file's JSON. This removal breaks the model's ability to load correctly and fails format validation checks.
Could you please look into this issue? Any help or guidance on how to address this problem would be greatly appreciated.
Thank you!
Below are the JSON sections of the GLB files before and after compression.