Topic: How work with getSceneCollisionManager()

Hello!
Help me: how work with getSceneCollisionManager()? Example, in Blitz3D have CollisionNX etc. Irrlicht having simillar function?

Re: How work with getSceneCollisionManager()

He-he, i find! smile

        If (smgr.getSceneCollisionManager().getCollisionPoint( ..
            line, selector, intersection, tri))
            vector3df_Normal=tri.getNormal().normalize()
            nx=tri.getNormal().normalize().getx()
            ny=tri.getNormal().normalize().gety()
            nz=tri.getNormal().normalize().getz()
        EndIf