flywave-3dtile-datasource.tilesrendererbase.preprocessnode
Home > @flywave/flywave-3dtile-datasource > TilesRendererBase > preprocessNode
TilesRendererBase.preprocessNode() method
Preprocesses a tile node
This function initializes tile properties and prepares the tile for rendering.
Signature:
preprocessNode(tile: TileInternal, tileSetDir: string, parentTile?: TileInternal | null): void;
Parameters
Parameter | Type | Description |
|---|---|---|
tile | TileInternal | The tile to preprocess |
tileSetDir | string | The base directory of the tileset |
parentTile | TileInternal | null | (Optional) The parent tile (optional) |
Returns:
void