Sectsetinterpolation

From EDukeWiki
Revision as of 06:04, 3 January 2025 by Sangman (talk | contribs) (recreate cause I needed it)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

sectsetinterpolation <sectnum>

Applies interpolation on the movement of a specific sector. Useful for smoothing sector movement executed via CON, typically by moving its wallpoints using dragpoint.

Sector coordinates update every 30 tics, which will look jittery by default. This command as the name suggests will enable interpolation of these updates.

Parameters

<sectnum> Number of the sector.