manifold-3d
    Preparing search index...

    Interface Properties

    interface Properties {
        attributes: (
            | "POSITION"
            | "NORMAL"
            | "TANGENT"
            | "TEXCOORD_0"
            | "TEXCOORD_1"
            | "COLOR_0"
            | "JOINTS_0"
            | "WEIGHTS_0"
            | "SKIP_1"
            | "SKIP_2"
            | "SKIP_3"
            | "SKIP_4"
        )[];
        material: Material;
    }
    Index

    Properties

    Properties

    attributes: (
        | "POSITION"
        | "NORMAL"
        | "TANGENT"
        | "TEXCOORD_0"
        | "TEXCOORD_1"
        | "COLOR_0"
        | "JOINTS_0"
        | "WEIGHTS_0"
        | "SKIP_1"
        | "SKIP_2"
        | "SKIP_3"
        | "SKIP_4"
    )[]
    material: Material