Replies: 2 comments 3 replies
-
I think you might need to upload the files to GitHub because the links presumably are only accessible with a Cesium discourse account. |
Beta Was this translation helpful? Give feedback.
3 replies
-
oh sorry. 1.It has not been processed by gltfpack. 2.It has been processed by gltfpack. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I modified gltfpack to preserve the other extensions, but the gpu-instantiated components will disappear when I rotate the model in cesium.
I asked the same question in the cesium community.
https://community.cesium.com/t/the-gpu-instantiated-artifacts-will-disappear-when-i-rotate-the-model-in-cesium/24688?u=varliu
I also hope you could help me see if there were any errors at the data of gltf.
the gltf of my 3dtiles support the following extensions:
EXT_structural_metadata,
EXT_mesh_features,
EXT_instance_features,
EXT_mesh_gpu_instancing,
EXT_meshopt_compression(gltfpack),
KHR_mesh_quantization(gltfpack),
KHR_texture_basisu(gltfpack),
KHR_texture_transform(gltfpack)
1.It has not been processed by gltfpack.
model_no_gltfpack.zip (29.8 MB)
2.It has been processed by gltfpack.
model_gltfpack.zip (5.3 MB)
Beta Was this translation helpful? Give feedback.
All reactions