Animation Clip trim

Hello everyone,

Does jme3 have a tool for trimming animation clips like this?
(startFrame, endFrame, speed ratio)

cheers!

1 Like

I’m pretty sure a good all around animation toolkit can be found here; it allows the trimming of a track in the time domain (behead and/or truncate).

If you use the newest SDK, Heart comes pre-included, but if not, you must also include the Heart lib or else this won’t work.

3 Likes

I am currently not using the sdk, I am developing on other IDE (Eclipse and Android studio)

1 Like

Either way, you should give Wes a shot for animation editing.

2 Likes

Both Wes and Heart are available from JCenter, as Maven artifacts, so they are easily added to Gradle build scripts

2 Likes

I will definitely take a look
thanks!

2 Likes