SolverConvergenceVisualizationMode
Controls whether and at what granularity the physics solver's convergence quality is overlaid as a debug visualization in Studio.
Items 3
| History | Name | Value | Description | |
|---|---|---|---|---|
| 568 | Disabled | 0 | No solver convergence visualization is rendered; the default state. | |
| 568 | PerIsland | 1 | Renders a single convergence metric label at the center of each simulation island displaying the velocity-stage and position-stage maxima, which may come from different constraints. | |
| 568 | PerEdge | 2 | Renders convergence metrics as text labels on each aggregated body-pair edge between assembly root bodies. |
Description
Controls whether and at what granularity the physics solver's convergence quality is overlaid as a 3D debug visualization in Roblox Studio. When active, constraint edges connecting assembly root bodies are drawn as colored cylinders; the worst-ranked edge within each simulation island is drawn in red, while all remaining edges stay green. This visualization is only rendered in Studio (not in published experiences). The metric used to rank convergence is selected separately via PhysicsSettings.SolverConvergenceMetricType. Defaults to SolverConvergenceVisualizationMode.Disabled.