Igrium

Results 39 comments of Igrium

I'm trying to understand how to load a gltf file, go to a frame of the animation, and then extract the vertex data with skinning applied. How do you actually...

Thanks! I was just using the animation as an example. What I'm trying to do is import a glTF file into an existing engine (Minecraft) and given the structure of...

> If someone wanted a different time progression, then this would either require extensions to that class that allow controlling the time progression That's exactly what I'm getting at. For...

Still worth noting as a bug; it shouldn't have taken me digging through the source code to figure it out. A simple try/catch in the implementation would fix it.

Something along these lines? ```java @Override public void setActiveGroupNames(Collection

Last time I tested it, Sodium was compatible. Do you have any other mods installed? Can you send me your game log? For now, you can always record with Sodium...

That is *not* a known issue, which is why I need the game log and crash report. That's the only way I can look into fixing it.

Thanks. I'll look into it! On Fri, Feb 17, 2023 at 12:01 PM sumone-lol ***@***.***> wrote: > https://mclo.gs/3V5delT > > — > Reply to this email directly, view it on...

More robust log for debugging purposes: https://mclo.gs/YnCg400

This seems like it'll be quite difficult to fix due to a questionable decision on Sodium's end. They've gone and used mixins to modify part of Minecraft's source code to...