Hilo3d API - v2.0.0
    Preparing search index...

    Interface GLTFNode

    interface GLTFNode {
        camera?: GLTFIndex;
        children?: readonly GLTFIndex[];
        extensions?: Readonly<Record<string, unknown>>;
        extras?: JsonValue;
        jointName?: string;
        matrix?: readonly number[];
        mesh?: GLTFIndex;
        meshes?: readonly GLTFIndex[];
        name?: string;
        rotation?: readonly number[];
        scale?: readonly number[];
        skin?: GLTFIndex;
        translation?: readonly number[];
        weights?: readonly number[];
    }

    Hierarchy (View Summary)

    Index
    camera?: GLTFIndex
    children?: readonly GLTFIndex[]
    extensions?: Readonly<Record<string, unknown>>
    extras?: JsonValue
    jointName?: string
    matrix?: readonly number[]
    mesh?: GLTFIndex
    meshes?: readonly GLTFIndex[]
    name?: string
    rotation?: readonly number[]
    scale?: readonly number[]
    skin?: GLTFIndex
    translation?: readonly number[]
    weights?: readonly number[]