PHYSICS_WRITE_INTERVAL_MS

@three-blocks/pro
const PHYSICS_WRITE_INTERVAL_MS = 20
Value
20

Default interval between physics frame writes to main thread (ms). 20ms = 50 FPS. Can be overridden via Physics config physicsFPS option or automatically by physics model's targetFPS (e.g., HalfLifeModel uses 100 FPS).