Hello,
How could I render a frame of animation with frameIndex?
The function look like:
animation.renderframe(frameIdx, ...)
I am using libGDX.
Thank you.
Hello,
How could I render a frame of animation with frameIndex?
The function look like:
animation.renderframe(frameIdx, ...)
I am using libGDX.
Thank you.
Please see this post about converting a frame index to seconds:
go to a specific frame
I think I have the answer to your question about frame by frame rederization, in this particular case the duplicate animation points to the images of exported space suits, and it is here where the problem starts
thanks, all