C4 Engine Terathon Software C4 Engine API Documentation

• World Manager

API Links
Developer Links

Camera::SphereVisible

Defined in:  C4Cameras.h
Returns a boolean value indicating whether a sphere is visible to the camera.
Prototype

virtual bool SphereVisible(const Point3D& center, float radius) const;

Parameters
center The center of the sphere in world space.
radius The radius of the sphere.
Description


See Also

Camera::EllipsoidVisible

Camera::BoxVisible

Camera::CylinderVisible