d07RiV
d07RiV
Just wanted to post the same thing. 10000 tests is not nearly enough for a fair comparison, because V8 does not optimize JS code until it is executed enough times...
It matters when using uniform buffer objects to upload entire blocks of uniforms. So if you have something like this in your shader uniform Matrices { mat4 uMVPMatrix; mat3 uNormalMatrix;...
I'm using a mat to mat3v4 function, but that's unnecessary copying operations. Not using UBO is rather counter productive. I would use mat4, but it lacks some functions such as...
@dralletje you didn't compile your fork, so it still has the same dist code.
These items and effects currently have their own sliders. You mean you want a common life/resource bar for all of them? I'm not sure if that's entirely necessary as there's...
Yep will do later today.
Think everything should work now, apart from translations.
So its not exactly pet damage (not affected by Zuni) but works with Jeram? That makes it more complicated..
Aight I'll get those in when I finish necro skills.
It already shows only maximum value on the tooltip I think? I suppose you're suggesting only showing a small tooltip with the item effect instead of the entire item? I'll...