swat0284 Posted January 31, 2017 Share Posted January 31, 2017 Hello, is there any way to slowdown time in babylon to get slowmontion effect? In unity3d we have got full control of game time. Quote Link to comment Share on other sites More sharing options...
JohnK Posted January 31, 2017 Share Posted January 31, 2017 slowmotion ==> motion ==> animation Control over time will depend on how you are animating within BJS animation object - motion speed depends on how far apart key frames are; scene.register(Before/After)Render - motion speed depends of increment of position/rotation per frame; setTimeout/setInterval - motion speed depends on time between intervals. GameMonetize 1 Quote Link to comment Share on other sites More sharing options...
adam Posted January 31, 2017 Share Posted January 31, 2017 I while back someone asked how to do this and I came up with this PG. http://www.babylonjs-playground.com/#11BH6Z#84 It requires a hack to the scene._animate function. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.