interface GLTFReference {
    index: number;
    type: "textures" | "nodes" | "materials";
}

Properties

Properties

index: number
type: "textures" | "nodes" | "materials"