The Pixel Grid

The Pixel Grid is an idea on how I'm going to easily make the different Tracks and also a way for me to track the collisions easily.




The Basic Idea of the Pixel Grid is to first create a 3D Grid with many different vertecies. Then I can create an image using any program but the goal is to have the image have the same amount of pixels as the amount of verts in the Grid.

Then when I am loading the game, I can look at the different pixels so that I can determine the Height or color of the different verts and recreate that image in 3D, just like that!

No comments:

Post a Comment