RichardTea

Results 35 comments of RichardTea

The following warnings must also be disabled via pragma in order to use the draco library: #pragma warning(disable: 4018) // Signed/unsigned mismatch #pragma warning(disable: 4804) // Unsafe use of type...

Do you actually mean Per-Address mode throughout? Priority Mode "Per-Source" (default) is "per-universe", so there are no per-address priority values. The [...] button is disabled and _all_ addresses are 'patched'...

This isn't feasible to do with MSVC on Windows anymore because of the way Microsoft maintain the modern MSVC runtimes. As far as I know, it's no longer possible to...

I believe this is already corrected in 2.2-dev, PR #283 and others

Meant to add "fixed in dev branch" label but can't actually do that so closed by mistake

I'm also seeing decompression being really, really slow compared to 7z.exe. I'm using the same 7z.dll v22.01 for both. 7z.exe extracts the archive in approx. 1min 53sec, while bit7z 4.0.0RC...

Unfortunately I can't share the 7z file as it's a 3rd party sending me their proprietary data ;) The data is few tens of thousands of XML and a few...

Skew and Shear is *explicitly prohibited* by most 3D modelling and rendering engines. May even be all of them. Including glTF, Vectorworks, Godot, Unity, Unreal Engine and more. I'm not...

Nothing CAN support these types of 3D transform. Khronos prohibit them for a reason - and they know more about 3D than any of us ever will (other than Epic!)...