Michael Cook’s Place

Bits of Genius in a Sea of Mediocrity

Michael Cook’s Place Random Header Image

Entries from January 2009

More Gravitoids Fun

January 23rd, 2009 · Comments Off

Gravitoids has been updated again, this time to version 0.6. Some big angle and gravity calculation bugs and weird corner cases were found and fixed.

[Read more →]

Tags: Programming

Gravitoids Gravity Error

January 9th, 2009 · Comments Off

I am continuing to work on Gravitoids. While working a little while ago I found one of the problems that’s been in the code. When the force of gravity on an object was set, it was actually being done as an addition. So instead of the correct way of doing things (pseudo code):
object.forceOfGravity = calculatedForceOfGravity
I [...]

[Read more →]

Tags: Programming