webani - v1.0.0
    Preparing search index...

    Type Alias PolygonComponentOptions

    Options for creating a polygon component.

    type PolygonComponentOptions = {
        material?: WebaniMaterialOptions;
        points: Vector3[];
    }
    Index

    Properties

    Properties

    Optional material to style the polygon.

    points: Vector3[]

    The array of points defining the polygon's vertices.