camera collision point

Please don't post Bullet support questions here, use the above forums instead.
Pushapjit
Posts: 2
Joined: Thu Jul 20, 2006 9:04 am
Location: Chandigarh

camera collision point

Post by Pushapjit »

i am using ray/plane intersection for camera collision.
my camera is detecting the collision properly, but it stops after passing the plane... this is not what I want.
camera must stops in front of plane!
I think I should have a point in front of camera which checks collision with plane.
how should i declare point in front of camera.