glTF-Sample-Assets icon indicating copy to clipboard operation
glTF-Sample-Assets copied to clipboard

Add EXT_meshopt_compression variants of BrainStem and DragonAttenuation

Open zeux opened this issue 1 year ago • 0 comments

This was originally committed in https://github.com/KhronosGroup/glTF-Sample-Models/pull/363

BrainStem was compressed with gltfpack using -vpf -cc (floating-point position quantization + EXT_meshopt_compression)

DragonAttenuation was compressed with gltfpack using -cc (fixed-point position quantization + EXT_meshopt_compression)

There's no particular reason to use -vpf for BrainStem but it just serves as a slightly different encoding example that uses a different set of meshopt filters. Note that in BrainStem most of the data is animation data which ends up being compressed fairly well.

Both models render propertly in Three.JS and Babylon.JS but they do require EXT_meshopt_compression so they currently aren't fully validated (although validator emits no errors).

zeux avatar May 22 '24 04:05 zeux