Using Command Line To Reduce Triangle Count in File #511
-
Hi, I am trying to compress my GLB file to upload into Spatial. In this Spatial article, they recommend we run the below command line to reduce the triangle count. I have globally installed both GLTFPACK and DRACP 3D Graphic Data Compression, but am getting the below error message. Was wondering if there is anything I am missing in the command or if there are any steps I am missing to integrate Draco mesh compression to gltfpack. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
gltfpack can not read files that use Draco encoded meshes (and won't be able to in the future). I'd suggest getting the source .glb file that doesn't use Draco or, if that is unavailable, I think glTF-Transform might be able to decompress Draco compressed files. |
Beta Was this translation helpful? Give feedback.
gltfpack can not read files that use Draco encoded meshes (and won't be able to in the future). I'd suggest getting the source .glb file that doesn't use Draco or, if that is unavailable, I think glTF-Transform might be able to decompress Draco compressed files.