Hi !
Is it possible to let a scenenode response correctly to the collision with more than one Mesh?
This thing irr::scene::ISceneCollisionManager has a method getCollisionResultPosition that calculates the position after sliding along a Mesh. But this Method wont work if there is more than one Mesh to collide with.
Perhaps adding multiple of these
irr::scene::ISceneNodeAnimatorCollisionResponse
to a scenenode might work, but if its implementation relies on the upper one, the results are probably wrong.
So how can we do that? E.g. responde correctly to collision of the map and other objects, like players or enemies?
Marc
Collision Response with Multiple Meshes?
Collision Response with Multiple Meshes?
2D-Splatter-Action => http://www.walkover.de.vu <=
Re: Collision Response with Multiple Meshes?
Ah cool, missed that one. Thx
2D-Splatter-Action => http://www.walkover.de.vu <=