Tuesday, July 27, 2010

Going back to space

I've restarted my work on my space shooter project. It's going well, Reorganized many classes and finally fixed the Atmospheric Scattering code to work on translated planets (easy fix). Here are some planet shots generated in random sectors.

Monday, July 5, 2010

Interruptions by missing models

I am currently fleshing out my serialized data and a consequence of this has been that I created a bunch of areas in my world without the supporting model assets. So every time I run my code I get a nice exception thrown in my face about missing models.

So I decided to do something that I should have done years ago and create an error model instead of throwing an exception. So now I get a nice message in the console and I see this in my world.
 Much less intrusive.