Arseny Kapoulkine
Arseny Kapoulkine
FWIW while two out of three filters that EXT_meshopt_compression provides are designed for quantized data (normals & quaternions), the exponential filter is designed for float32 data and can be used...
While 1 is the smallest possible K from the encoding perspective, unsure if the spec should state that as the bounds - a 1-bit signed normalized integer has two values,...
FWIW I've updated this for the new extension proposal (#2517).
Are UVs mirrored here? If so then yeah it’s a known issue atm, and will get addressed eventually.
Yeah I looked at the scene closer and it's indeed UV mirroring. This needs special handling in the simplifier, probably as a separate pre-process. Re-attaching the file so that this...
Not currently; it's on a future roadmap to provide some simpler way along the lines of what gltfpack is doing manually by exposing a way to request individual vertices on...
Please attach the file (before processing).
Yes, I think it’s reasonable to sanitize inf/nan during output, but ideally they also should not be produced during processing; if that happens on a real scene and not an...
Only deprecated in 17 and removed in 20 according to https://en.cppreference.com/w/cpp/language/noexcept_spec. pugixml doesn’t require C++11 so this will need to be guarded appropriately.
> ironically the same site shows C++11/C++17 here That’s referring to a non-empty throw specification which had a different deprecation schedule.