Topic: Problem with collision result position
I am using the irrlicht collision manager to move the user.
I am confused with the command GetCollisionResultPosition.
I get an error about an "Unhandled Exception:Attempt to access field or method of Null object" about vector3df().
I'm also not sure how to use the resulting triangle position and find if the ellipsoid is falling. But I'll just post that on the irrlicht forums.
User.Node.setPosition( Col.getCollisionResultPosition( Selector, EllipsoidPos, EllipsoidRad, Velocity, TriOut, BFalling, SlideVal, Gravitation ))"