Math3D Full Project API
    Preparing search index...
    type Triangle3 = {
        a: Point3;
        b: Point3;
        c: Point3;
        color?: number;
        opacity?: number;
    }
    Index

    Properties

    Properties

    color?: number
    opacity?: number