I have got a dummy terrain and sphere for player rolling about with a camera that follows you.
Completed:
- Terrain.
- Player sphere.
- Physics integration.
Issues encounted:- I spent ~2 Hrs trying to work out why Bullet physics rigid body would disapear shortly after testing the controls.
- It appears that the problem has to do with velocity, So I clamped that and all is good.
What I need to do next:- Add obsticals to the terrain.
- Add some dumb AI turret to shoot you
- Give you a weapon to shoot at the turrets
- Add the death related item...
- Add a splash screen.
So I think I have the whole "Death is useful" more or less sorted out.
Ryan.
- Add obsticals to the terrain.
- I spent ~2 Hrs trying to work out why Bullet physics rigid body would disapear shortly after testing the controls.