Skip to main content

flywave-3dtile-datasource.tilesrenderer.preprocessnode

Home > @flywave/flywave-3dtile-datasource > TilesRenderer > preprocessNode

TilesRenderer.preprocessNode() method

Pre-processes a tile node during loading

Signature:

preprocessNode(tile: TileInternal, tileSetDir: string, parentTile: TileInternal | null): void;

Parameters

Parameter

Type

Description

tile

TileInternal

The tile to preprocess

tileSetDir

string

The directory of the tileset

parentTile

TileInternal | null

The parent tile or null if this is the root

Returns:



void