Game Development Community

Net and Gross Velocities

by Eric Robinson · in Torque Game Builder · 01/31/2007 (5:54 am) · 0 replies

Can anyone tell me what the difference between Net and Gross Linear Velocities is? I'm trying to figure out what role each plays in the code and have figured out the following so far (I think):

* Net Linear is where forces are applied.
* Gross Linear is the final/base velocity.

Anyone got anything else? What do they mean? Theoretically what do they represent?