Skip to content

textmode.js / Textmodifier / QUADS

Property: QUADS

ts
readonly QUADS: QUADS;

Draw each group of four vertices as a quad split into two triangles.

Use this for tiled panels, procedural cells, and blocky surfaces where every four vertices define a separate four-sided patch.

Example