OverscaledTileID
Defined in: src/source/tile_id.ts:87
An overscaled tile identifier
Properties
terrainRttPosMatrix32f
terrainRttPosMatrix32f:
mat4
=null
Defined in: src/source/tile_id.ts:98
This matrix is used during terrain's render-to-texture stage only. If the render-to-texture stage is active, this matrix will be present and should be used, otherwise this matrix will be null. The matrix should be float32 in order to avoid slow WebGL calls in Chrome.