Function isTriangleExplosion
isTriangleExplosion( meshStats: MeshStatsLike, thresholds?: { MAX_PRIMITIVES: 50000; MAX_TRIANGLES: 5000000 },): boolean Parameters
- meshStats: MeshStatsLike
- thresholds: { MAX_PRIMITIVES: 50000; MAX_TRIANGLES: 5000000 } = TRIANGLE_EXPLOSION_THRESHOLDS
Returns boolean
Returns true when mesh statistics exceed the configured thresholds.