I have added the basic Game elements which are
I have also written a model converter which takes an wavefront .obj file and converts it into a format which is easier to parse in my game engine. Currently the converter writes out the
Next on the agenda is to get the paddles and ball moving and adding a collision checker
- Walls
- 2 Paddles
- 1 Ball
I have also written a model converter which takes an wavefront .obj file and converts it into a format which is easier to parse in my game engine. Currently the converter writes out the
- the total number of vertices
- vertex data (position and texture coordinate),
- the total no of indices
- the triangle data i.e the index data for each triangle
- the start index
- the number of indices in this subset
- the diffuse color
- the texture file
Next on the agenda is to get the paddles and ball moving and adding a collision checker
Create a custom theme





