gordonshamway23

Results 3 issues of gordonshamway23

Hallo, I dont't have a real issue with osg, but more or less a question. I made an extension for the osg ac plugin, which is responsible for importing 3d...

When loading images, textures, sounds, etc, the raylib loading functions will fail when your file extensions are not lower case. This is only relevant on windows systems. Linux OSes have...

The following line in math/ease/ease.odin ```odin tween.progress += tween.rate * (dt + delay_remainder) ``` (https://github.com/odin-lang/Odin/blame/09d7f1337bd8ddccc6b058c3f5752f6365beb31b/core/math/ease/ease.odin#L482) is wrong in my opinion. If delay_remainder is negative, dt has been consumed by the...