minhhuy_it Posted March 11, 2015 Share Posted March 11, 2015 I have a car. How to the car run after 5s. Thank you! Quote Link to comment Share on other sites More sharing options...
Temechon Posted March 11, 2015 Share Posted March 11, 2015 Check this : https://github.com/Temechon/shinobomb/blob/master/js/model/Timer.js How to use it : var t = new Timer(5000, scene, function() { run_car();});t.start(); Quote Link to comment Share on other sites More sharing options...
syed samoon Posted December 4, 2017 Share Posted December 4, 2017 how to set countdown timer in seconds from 60 - 0 Quote Link to comment Share on other sites More sharing options...
brianzinn Posted December 4, 2017 Share Posted December 4, 2017 Here is one way using GUI:https://www.babylonjs-playground.com/#3Z0QUR I'm not aware of any built-in utilities in BabylonJS. 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.