C3DCamera::ObjectInView |
Top Previous Next |
Syntax: Parameters: pObject - A C3DObject or derivatives. Returned value(s): TRUE if the any part of the object is within the viewing frustum of the camera. FALSE otherwise Application: if cam1.ObjectInView(mesh1)
Additional Info: The object must be visible for ObjectInView to return TRUE. |