FOV

Hey guys!
How can i see if some coordinate ( x,y,z ) is in my field of view ???
ohhh im using glulookat!

What your looking for is frustrum culiing/cliping try http://www.markmorley.com/opengl/frustumculling.html for some more detailed explanation and code sample.