Work

Ffffffuuuu

I realized something as I was running my tests after I had implemented all of my optimization algorithm. My initial optimization and cleanup phase removes some of the internal geometry that the second phase sort of depends on.

So those pesky invisible faces make RayCasts fail when going from row to row. I will need to alter it so that the RayCasts are not needed and I can just pick the cube up from an array instead. Well, it will make my algorithm more optimal anyway.

I should not take long to alter that particular behavior,

:p

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s