Skip to content

Variable: MAX_SPHERE_DETAIL

ts
const MAX_SPHERE_DETAIL: 7 = 7;

Hard cap for icosphere subdivision. Detail 7 ≈ 163 842 shared vertices after mergeVertices — heavy but tractable on modern desktop GPUs. Going higher (8 ≈ 655k) tips into territory where the visual gain stops paying for the upload + raster cost.

Distribué sous la licence indiquée dans le dépôt.