Quote:

var d_direction_min[3] = -1,0,0; // currently set to Wvar d_direction_max[3] = -1,0,0; // currently set to W /* DIRECTIONS ARE INTO THE CARDINAL DIRECTION(i.e. north wind is blowing towards north) 0, 1, 0 north 0,-1, 0 south -1, 0, 0 west 1, 0, 0 east */




I was wondering if there would be a way to get a force to go go in a circular direction. I was wondering if there would be a way to decrease the force. So that the force would start out like o, 10, 0 north, then 0, 9, 0, north, then 0, 8, 0 forth.

Would there be the force in a circular direction?


Keep It Simple, Make It Fun