@maptalks/3dtiles
Advanced tools
| /// <reference types="gl-matrix" /> | ||
| /*! | ||
| * @maptalks/3dtiles v0.124.3 | ||
| * @maptalks/3dtiles v0.124.4 | ||
| * LICENSE : UNLICENSED | ||
@@ -66,2 +66,3 @@ * (c) 2016-2026 maptalks.org | ||
| onTilesetLoad(tileset: any, parent: TileNode, url: string): void; | ||
| _updateNodeBoxIfNeeded(node: TileNode): TileSphereBox | TileOrientedBox | TileRegionBox; | ||
| /** | ||
@@ -345,2 +346,19 @@ * Identify the data on the given coordinate | ||
| }; | ||
| type TileBoxCenter = { | ||
| boxCoord: maptalks.Coordinate; | ||
| boxCenter: number[]; | ||
| node?: TileNode; | ||
| version?: number; | ||
| }; | ||
| type TileOrientedBox = { | ||
| obbox: number[]; | ||
| boxPosition: number[]; | ||
| } & TileBoxCenter; | ||
| type TileRegionBox = { | ||
| obbox: number[]; | ||
| boxPosition: number[]; | ||
| } & TileBoxCenter; | ||
| type TileSphereBox = { | ||
| sphereBox: [number[], number]; | ||
| } & TileBoxCenter; | ||
| type QueriedTiles = { | ||
@@ -347,0 +365,0 @@ tiles: CandinateNode[]; |
+6
-6
| { | ||
| "name": "@maptalks/3dtiles", | ||
| "version": "0.124.3", | ||
| "version": "0.124.4", | ||
| "description": "3d tiles layer for maptalks", | ||
@@ -59,7 +59,7 @@ "main": "dist/maptalks.3dtiles.js", | ||
| "typescript-eslint": "^8.34.0", | ||
| "@maptalks/gl": "0.124.3", | ||
| "@maptalks/gpu": "0.124.3", | ||
| "@maptalks/transcoders.crn": "0.124.3", | ||
| "@maptalks/transcoders.draco": "0.124.3", | ||
| "@maptalks/transcoders.ktx2": "0.124.3" | ||
| "@maptalks/gl": "0.124.4", | ||
| "@maptalks/gpu": "0.124.4", | ||
| "@maptalks/transcoders.crn": "0.124.4", | ||
| "@maptalks/transcoders.draco": "0.124.4", | ||
| "@maptalks/transcoders.ktx2": "0.124.4" | ||
| }, | ||
@@ -66,0 +66,0 @@ "gitHead": "9eeea4807723d460fa7e09969c6556d53f6bed84", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
1761102
0.06%2267
0.85%