yoga icon indicating copy to clipboard operation
yoga copied to clipboard

Add Draco encoder

Open mkleins opened this issue 2 years ago • 1 comments

Draco is a powerful 3D library to compress 3D meshs: https://github.com/google/draco

What about Yoga compatibility? it could be a must to have.

mkleins avatar Aug 27 '21 14:08 mkleins

  • Draco is only supported as an extension to the glTF 2 format (KHR_draco_mesh_compression) by assimp. We may enable this extension through an option in YOGA.
  • The Draco format itself (.drc files) is not supported by assimp yet, so it cannot be supported by YOGA for now.

flozz avatar Aug 27 '21 16:08 flozz