question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

convert jme3-examples to the new animation system

See original GitHub issue

A few of the classes in the jme-examples subproject have been converted to the new (v3.3) animation system, thanks to @syluna and others. The following remain to be converted:

  • TestCameraMotionPath
  • TestCinematic
  • TestJaime
  • TestWalkingChar
  • HelloAnimation
  • TestAnimationFactory
  • TestAttachmentsNode
  • TestLodGeneration

In my opinion, HelloAnimation should be a top priority!

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:3
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
stephengoldcommented, Apr 7, 2021
  • TestCameraMotionPath doesn’t actually use the newold animation system, just LoopMode. To resolve the deprecation warning, we need something like #1495.
  • TestCinematic and TestAnimationFactory use AnimationFactory. It would be much easier to resolve those deprecations if we had resolution of #1453.
  • TestJaime uses AnimationEvent in cinematics, which has no equivalent in the new system. Another missing-feature issue!
0reactions
stephengoldcommented, Apr 5, 2021

#1508 will provide a new CinematicEvent to replace AnimationEvent

Read more comments on GitHub >

github_iconTop Results From Across the Web

Animation System Overview - Unity - Manual
Unity has a rich and sophisticated animation system (sometimes referred to as 'Mecanim'). It provides: Easy workflow and setup of animations ...
Read more >
Animation | Jetpack Compose - Android Developers
These animate* functions return an animation value that is updated every frame during the animation when the transition state is updated with updateTransition...
Read more >
Frame-by-frame animation with Animate - Adobe Support
Follow this guide to create frame-by-frame animations or convert classic or motion tweens with Animate.
Read more >
Change, remove or turn off animation effects - Microsoft Support
Change an animation effect. Select the object that has the animation effect that you want to change. On the Animations tab, select the...
Read more >
Animating Characters and Objects in Unreal Engine
With the Skeletal Mesh Animation System, you can manage your imported characters, skeletons, and animations. This content can then be expanding to create ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found