Variable TRIANGLE_EXPLOSION_THRESHOLDSConst

TRIANGLE_EXPLOSION_THRESHOLDS: { MAX_PRIMITIVES: 50000; MAX_TRIANGLES: 5000000 } = ...

Default "triangle explosion" limits. Tuned to catch runaway tessellation while allowing large assemblies.

Type declaration

  • ReadonlyMAX_PRIMITIVES: 50000
  • ReadonlyMAX_TRIANGLES: 5000000