Ali-RS

Results 157 comments of Ali-RS

>There is a small question though, should i move the private methods from the deprecated class to the new one ? Yes.

I am in doubt if we should add this to the engine or not. And if it will be confusing to have two identical implementations one keeps the Armature instance...

Doesn't a texture array require the textures to be the same size?

My two cents: I think the current flaw in the design is due to having a backward playback (negative speed) and the other thing is that the animation mask is...

>Out of innovation, we may try this on a fork or a new API before thinking to change the current API, and I am ready to participate in this, it...

Put simply we can also fix it at initializer: https://start.jmonkeyengine.org So if someone picks lwjgl3 backend the initializer should define this VM option inside `applicationDefaultJvmArgs` of gradle build. Easy-peasy! ```...

@Sailsman63 thanks for reminding

What is the state of this? I see there are conflicts. Can this become a candidate for the next release? Is anybody willing to review and possibly merge it?

I could not figure out how to fix it for `EmitterMeshVertexShape` while keeping interpolation on. Maybe we should add a new boolean flag "particleInterpolationEnabled" with the appropriate setter/getter in ParticleEmmiter...