JuanCarlosAragon / jmonkeyengine

Automatically exported from code.google.com/p/jmonkeyengine
0 stars 0 forks source link

Motion Track runs twice as fast as it should #274

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Add a motion track to scene, cinematic 
2.Set the initial duration to something like 10secs
3.Run the motion track

What is the expected output? What do you see instead?
The motion track will take 5secs to complete instead of 10secs

What version of the product are you using? On what operating system?
jme3 rev 6299

Please provide any additional information below.
comment out the function update and replace with an empty update.

Original issue reported on code.google.com by Jason...@gmail.com on 18 Jan 2011 at 12:54

Attachments:

GoogleCodeExporter commented 8 years ago
Ok, indeed it's an issue.
But the workaround works fine with cinematics, but the MotionTrack should also 
work as a stand alone control...
I'm gonna find a way, thanks for the bug report 

Original comment by remy.bou...@gmail.com on 9 Feb 2011 at 8:41

GoogleCodeExporter commented 8 years ago

Original comment by remy.bou...@gmail.com on 9 Feb 2011 at 9:05

GoogleCodeExporter commented 8 years ago
Fixed in revision 6680
http://code.google.com/p/jmonkeyengine/source/detail?r=6680

The duration is now correct when you use it as an event or as a control.

Original comment by remy.bou...@gmail.com on 9 Feb 2011 at 9:19