The "Wait' block in vizzy is not very accurate when the wait time is under 1 second. This can be observed by flying the rocket and checking the message on the screen that displays the "time" calculated using the wait block. You will see that the time is actually moving faster than on any other clock.
Bug
Done
Found in 0.8.402.0
Fixed in 0.9.202.0
View |
4 Comments
- Log in to leave a comment
-
Dev AndrewGarrison
@pedro16797 Elapsed time since previous frame. Delta Time is the better word for it. Time since launch would also be helpful. Maybe
frameDeltaTime
andtotalTime
? -
-
Dev AndrewGarrison
Dev Notes: This can be fixed by either providing an elapsedTime system variable, or adding an option to run Vizzy programs in FixedUpdate.
2 Upvotes
Log in in to upvote this post.
@AndrewGarrison ms since day 0 would be great to have too