Edgar Simo-Serra

Results 233 comments of Edgar Simo-Serra

Oops, it's EXT_texture_webp, not KHR_texture_webp.

> This needs to be structured like KHR_texture_basisu; the current implementation for example doesn’t support specifying both png and webp images. Also missing cgltf_write support. How does it look now?

I added a call to CGLTF_PTRFIXUP in cgltf_fixup_pointers. Hopefully should be fine now.

Lots of things I missed when grepping. Completed now perhaps.

I've done some fixes and pushed to the `scarypaint` branch. While I like the idea, I'm not sure how useful it can be as is. I've been trying to think...

PR have been imported on codeberg and will be handled there. Closing. Thanks! https://codeberg.org/naev/naev/pulls

> > I'm getting a really weird issue with memory corruption somehow related to lyaml and steam runtimes, so I decided to see if fixing the lyaml warnings on compilation...

Thank you for the suggestions. I would assume `--prune-leaves false` would not remove leaves, so potentially have it also implicitly apply `--no-flatten` would make sense, assuming `--no-flatten --prune-leaves false` wouldn't...

I thought I had left a comment, but it seems like I never submitted, so rewriting. > It turns out that clang-format gives terrible results, particularly with the new config....

OK. I would prefer not to have the clang-format change for now, as it's probably going to mess things up with the Rust merge, which should be soon. I'm being...