SirNate0

Results 22 comments of SirNate0

I'd also like to second the request to be able to resize the window. For me, it is particularly the width - I would like to be able to make...

There is a python library supporting unpacking ETC (and other) images if you are open to using another besides Pillow. Specifically, [tex2img](https://github.com/K0lb3/tex2img). Though I saw in PR #52 that someone...

I think this has to do with doxygen treating the first sentence (marked by the period) as a brief description. [Here](https://sourceforge.net/p/doxygen/mailman/doxygen-users/thread/3624661.1362040403622.JavaMail.root%40fep-12/)'s some discussion where people ran into an issue with...

Maybe I had run into something with it with a different project, then. Or perhaps I was completely mistaken and was remembering seeing something like the problem of it lacking...

I had to update cmake and emscripten (I believe it was > 3.14 and > 1.39.1 respectively if anyone else is going to try). . I didn't pass any specific...

I'm pretty sure the other interpolation methods will also (potentially) crash with no keyframes when you call GetAnimationValue. LinearInterpolation has ```cpp const VAnimKeyFrame& keyFrame1 = keyFrames_[index1]; const VAnimKeyFrame& keyFrame2 =...

~Will update and let you know at some point.~ New version definitely works. Even faster than the old one with variable tracking disabled. While I have the data from the...

That's actually a good point -- the path could be stored in the node's user vars -- something like prefab_path or such. Then there aren't the additional bytes required and...

Is that a "will never work" or a "generally won't work but with certain drivers may work"? If the former, we should probably just remove the else branches and just...

I created an example project [here](https://github.com/SirNate0/Urho-GZIP-File-Source) (same basic format as the examples, based on the code from one of them) that creates new file source and file classes to read...