Math3D Full Project API
    Preparing search index...
    type PolyhedronSpec = {
        color?: number;
        faces: FaceSpec[];
        opacity?: number;
        vertices: Record<string, Point3>;
    }
    Index

    Properties

    color?: number
    faces: FaceSpec[]
    opacity?: number
    vertices: Record<string, Point3>