Game Development Community

T2dPath question...

by Steven Hine · in Torque Game Builder · 12/31/2008 (9:36 am) · 1 replies

Does anyone know how t2dPath moves an object? Does the path update the objects x/y position or is it moved by a setting velocity to point towards the next node.

I think it most likely updates position, because that would be the easiest to do.

#1
12/31/2008 (12:30 pm)
After looking at the source code, the velocity is set...