Interface JsonMetaData

interface JsonMetaData {
    geometries: {
        [uuid: string]: BufferGeometry;
    };
    textures: {
        [uuid: string]: Texture;
    };
}

Properties

Properties

geometries: {
    [uuid: string]: BufferGeometry;
}

Type declaration

  • [uuid: string]: BufferGeometry
textures: {
    [uuid: string]: Texture;
}

Type declaration

  • [uuid: string]: Texture