Torque Estimate
Physics
The Torque Estimate node takes in the initial torque, drag resistance, and the amount of time it is simulating, then returns the torque simulation value (as a floatQ) that object will rotate in.
Inputs
InitialTorque (float3)
The amount of push for this torque.
Drag (float)
The amount of resistance for this torque.
Time (float)
The time in between the initial torque and now.
Outputs
* (floatQ)
Returns the estimated torque within that time period.