backspaces/agentscript

ants no longer wander

Closed this issue · 1 comments

It looks like the ants lost their motivation to wander. They seem to move out in a straight line from their nest now: https://agentscript.org/views2/ants.html. Maybe has something to do with the radians/degrees refactor?

Nice catch, the wiggle angle hadn't been converted to new Geometry so was using radians, which are tiny when converted to radians a second time! Fixed in current commit.