C4 Engine Terathon Software C4 Engine API Documentation

• World Manager

API Links
Developer Links

Region::PolygonOccluded

Defined in:  C4Regions.h
Determines whether a polygon is occluded in a region.
Prototype

bool PolygonOccluded(int32 vertexCount, const Point3D *vertex) const;

Parameters
vertexCount The number of vertices in the polygon.
vertex A pointer to an array containing the polygon's world-space vertex positions.
Description


See Also

Region::SphereOccluded

Region::EllipsoidOccluded

Region::BoxOccluded

Region::CylinderOccluded