UNPKG

@loaders.gl/3d-tiles

Version:

3D Tiles, an open standard for streaming massive heterogeneous 3D geospatial datasets.

7 lines 296 B
import { Tiles3DTileContent } from "../../../types.js"; export declare function normalize3DTileNormalAttribute(tile: Tiles3DTileContent, normals: Float32Array | null): { type: number; size: number; value: Float32Array; } | null; //# sourceMappingURL=normalize-3d-tile-normals.d.ts.map