Another-Game-Engine / AGE

AGE - C++11 OpenGL4 Game Engine
MIT License
49 stars 11 forks source link

Mesh cooking #508

Closed herpec-j closed 9 years ago

herpec-j commented 9 years ago

There is still a bug that needs to be fixed. When the lifetime of an object with a MeshCollider is over, Bullet crashes. I need to investigate that issue further. Also, it seems impossible to use the same collision group on several different concave meshes with Bullet. Is it normal? Finally, PhysX cooking has to be done someday (it still works for now, but the mesh collider is created at runtime).