This walkthrough tutorial will run through the basics of building a 3D game in ChilliSource by demonstrating how to build a basic Pong clone. A range of topics will be covered, including:
- Setting up a 3D camera
- 3D coordinate space
- Entities and Components
- Rendering 3D models
- Creating Components
- Mouse and touch input
- Creating State Systems
- Lighting and shadows
Setting Up
To begin with:
- Make sure you have correctly setup ChilliSource as described in the Getting Started walkthrough tutorials.
- Generate a new project called Pong.
- You will also need to download the 3D Pong Asset Pack.
- It may also help to read the Basic Structure tutorial before progressing but this isn’t required.