Function isTriangleExplosion

  • Returns true when mesh statistics exceed the configured thresholds.

    Parameters

    • meshStats: MeshStatsLike

      Measured triangle and primitive counts.

    • thresholds: { MAX_PRIMITIVES: 50000; MAX_TRIANGLES: 5000000 } = TRIANGLE_EXPLOSION_THRESHOLDS

      Limits to compare against.

    Returns boolean