Game Development Reference
In-Depth Information
Figure 12-1. The original Space Invaders arcade game
Here's a little surprise: we'll continue to stay in 2D, for the most part. All of our objects will have
3D bounds in the form of bounding spheres and positions in 3D space. However, movement will
only happen in the x-z plane, which makes certain things a little easier. Figure 12-2 shows the
adapted 3D Space Invaders world. The mock-up was created with Wings3D.
Figure 12-2. The 3D game field mock-up
Search WWH ::




Custom Search