• Off-topic
  • Render a frame of animation?

Hello,
How could I render a frame of animation with frameIndex?
The function look like:
animation.renderframe(frameIdx, ...)

I am using libGDX.
Thank you.

Related Discussions
...
  • تم التحرير

Please see this post about converting a frame index to seconds:
go to a specific frame

14 أيام لاحقا

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