OccluderShapePolygon

    Polygon occlusion primitive for use with the Occluder node.

    OccluderShapes are resources used by nodes, allowing geometric occlusion culling.

    The polygon must be a convex polygon. The polygon points can be created and deleted either in the Editor inspector or by calling . The points of the edges can be set by dragging the handles in the Editor viewport.

    Additionally each polygon occluder can optionally support a single hole. If you add at least three points in the Editor inspector to the hole, you can drag the edge points of the hole in the Editor viewport.

    In general, the lower the number of edges in polygons and holes, the faster the system will operate at runtime, so in most cases you will want to use 4 points for each.

    Allows changing the hole geometry from code.


    • polygon_points

    Allows changing the polygon geometry from code.


    Specifies whether the occluder should operate from both sides. If false, the occluder will operate one way only.

    Sets an individual hole point position.


    • void set_polygon_point ( int index, position )

    Sets an individual polygon point position.