Unity Products:Amplify Shader Editor/Delta Time: Difference between revisions

From Amplify Creations Wiki
Jump to navigation Jump to search
ampwiki>Amplify RnD Rick
No edit summary
 
m (1 revision imported)
 
(No difference)

Latest revision as of 00:06, 2 December 2023

Back to Node List

Delta Time Node

The Delta Time node outputs not only Unity internal elapsed time between frames in seconds but also a smoother value of it and also the inverted value of each one of them.

Output Port Description Type
dt Returns the real time elapsed between frames. Float
1/dt Returns the inverse value of the real time elapsed between frames. Float
smoothDt Returns a smooth time elapsed between frames which takes into account and tone down big delta time variations. Float
1/smoothDt Returns the inverse value of the current smooth delta . Float


Back to Node List