Arseny Kapoulkine

Results 43 issues of Arseny Kapoulkine

Specification: https://github.com/KhronosGroup/glTF/pull/2517 Because the JSON structure matches that of `EXT_meshopt_compression`, and both structures can't be present on the same buffer view, we reuse the existing C structure and merely tag...

This PR proposes a new extension, `KHR_meshopt_compression`, which is a successor to the existing extension `EXT_meshopt_compression`. ## Motivation `KHR_meshopt_compression` provides general functionality to compress bufferViews. This compression is tailored to...

mesh compression

We currently have simplify_with_locks, simplify_with_attributes_and_locks and as of #66, simplify_sloppy_with_locks. In all three, the locks are `&[bool]` - the Rust API for vertex locking was specified to be idiomatic. The...