mkulagowski / AsteroidShooter

Simple top-down 3rd person view shooter. Little and simple project to learn more about game designing.
0 stars 0 forks source link

Refactor OGL-part to use custom models #4

Open mkulagowski opened 8 years ago

mkulagowski commented 8 years ago

OGL-part of the project needs to use previously generated .bullet files and work with them.

Probably most of the object generation along with btRigidBody setup will be replaced. All basic object classes are to stay intact, in case any new simple objects are needed in game.