Arseny Kapoulkine
Arseny Kapoulkine
@comex Thank you! Just want to confirm this works as written with SIP disabled and without any other actions required. To bind CapsLock via a shortcut, I remapped it to...
Here's a full repro: ```c++ #include #include struct Meow { std::atomic data[2]; char padding[64]; }; int bar(); // SWAP THESE TWO LINES TO OBSERVE THE BUG Meow cats[256]; int foo...
This is not a bug and rather a current limitation - you can pass `-tc` to recompress source textures if they are present. If `KHR_texture_basisu` is a required extension, gltfpack...
Got it, thanks. Out of curiosity, what prevents you from using gltfpack to compress the textures as well?
Right now gltfpack sets the error automatically to 0.1f (meaning up to 10% deviation) when using aggressive simplifier. The slight difficulty in exposing a setting for this is that the...
This requires https://github.com/jkuhlmann/cgltf/issues/248; I'm not very interested in implementing this myself and gltfpack can't encode webp images without external dependencies anyway so the best it can do here is to...
Two quick questions: - I assume you are aware of meshopt_SimplifyLockBorder flag, and that doesn't work as you need more fine-grained control? - Thoughts of passing a vertex-indexed array instead?...
It's a completely different algorithm but it should be possible to implement. I think if you change `computeVertexIds` to assign an id to locked vertices that is `(1u
Yes, I plan to look into this in the future. This PR currently can't be merged as is - there's API questions that we haven't resolved and it breaks various...
I forgot to comment on this, but this is a little stuck due to node.js only having ES module support in recent versions. I'm not sure if there's a way...