Jump to content

Sectsetinterpolation

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

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.