m standardize pls |
Use update rate instead of frame rate |
||
Line 11: | Line 11: | ||
] | ] | ||
|}} | |}} | ||
DivDeltaTime is a [[ProtoFlux]] node which Divides a value by the amount of time passed | DivDeltaTime is a [[ProtoFlux]] node which Divides a value by the amount of time passed since the last local update. | ||
This is mostly used in conjunction with the [[Delta (ProtoFlux)|Delta]] node to resolve issues created by differing framerates. | This is mostly used in conjunction with the [[Delta (ProtoFlux)|Delta]] node to resolve issues created by differing framerates as scales deltas to be proportional to time instead of the update rate, which varies. | ||
{{Stub}} | {{Stub}} |
Revision as of 01:24, 10 February 2024
÷ΔT
Math
DivDeltaTime is a ProtoFlux node which Divides a value by the amount of time passed since the last local update.
This is mostly used in conjunction with the Delta node to resolve issues created by differing framerates as scales deltas to be proportional to time instead of the update rate, which varies.
This article or section is a Stub. You can help the Resonite Wiki by expanding it.
needs to be standardized