Reference API Roblox

Engine API

Website

Related

Reference API Roblox

SolverConvergenceVisualizationMode

Controls whether and at what granularity the physics solver's convergence quality is overlaid as a debug visualization in Studio.

Items 3

HistoryNameValueDescription
568Disabled0

No solver convergence visualization is rendered; the default state.

568PerIsland1

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.

568PerEdge2

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.

History 4

Settings