Page MenuHome

Draco library for glTF import/export
ClosedPublic

Authored by Jim Eckerlein (UX3D-eckerlein) on Nov 24 2020, 5:43 PM.

Details

Summary

Updates the existing Draco compression library to support decoding and enhanced encoding, which is required by the add-on glTF-Blender-IO to import Draco compressed glTF files.

Diff Detail

Repository
rB Blender

Event Timeline

Jim Eckerlein (UX3D-eckerlein) requested review of this revision.Nov 24 2020, 5:43 PM
Jim Eckerlein (UX3D-eckerlein) created this revision.

Adding the Platforms, Builds, & Tests Module to Loop in the platform maintainers.

Update defines in the draco_features.h. Previously, not all required Draco features had been enabled at compile-time.

Fixes a bug where an inconsistent count of indices/vertices could arise by explicitly telling the exporter the encoded number of indices/vertices.

Any change this Differential to be reviewed and merge for 2.92?

Yes, I plan to get this committed for 2.92.

This revision is now accepted and ready to land.Dec 7 2020, 4:05 PM