slide on collision

Does anyone have an example or article on how to handle colliding, at an angle, with say a wall. I would like to slide along the wall instead of stopping

This article should help out…

Also, take a look at CollisionSystem.java.

there is also a demo called maze3d, which is based on Xith3D. It uses the colllision system and shows you how to use it.