[JME3] Does JME3 have curves?

I have been searching for something similar to JME2’s Bezier curve with a curve controller within JME3. Has something like this been implemented yet because I cannot find it. If anyone has any info I would appreciate it.



Thanks!

There is a MotionPath class to use with a motionTrack controler.

It doesn’t support bezier curves, it on ly supports cattmull-rom splines.



Look at the TestMotionPath and TestCameraMotionPath