Skip to content

Both copy text to your clipboard — Build with AI copies a setup prompt to paste into Claude Code, Cursor, Codex or Copilot; Copy page as Markdown copies this page to paste into a chat. How it works

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.