BrickGame

I worked on ambient occlusion today. I got it working pretty well, but it needs some tweaking. The biggest problem is that since each brick can affect the ambient occlusion all the way to the bottom of the grid, changing a brick causes a hitch as it recreates the rendering data for a large number of bricks. There’s room to make that more efficient, as well as computing a tighter bounds for what needs to be updated.