Math3D Full Project API
    Preparing search index...
    type Polyhedron = {
        color?: number;
        faces: Polygon3[];
        opacity?: number;
    }
    Index

    Properties

    Properties

    color?: number
    faces: Polygon3[]
    opacity?: number