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

IndicesType

IndicesType = "32bit" | "16bit" | undefined

Defined in: src/util/create_tile_mesh.ts:66

Describes desired type of vertex indices, either 16 bit uint, 32 bit uint, or, if undefined, any of the two options.