This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
4rpl:commands:msg_preupdate [2021/02/13 15:13] – created virgilw | 4rpl:commands:msg_preupdate [2025/02/14 14:57] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 8: | Line 8: | ||
" | " | ||
+ | The frame advance process is as followed: | ||
+ | Loop 1, 2, or 4 times based on speed: | ||
+ | { | ||
+ | PreUpdate | ||
+ | Units | ||
+ | PostUpdate | ||
+ | return to top of loop | ||
+ | } | ||
+ | FrameAdvance | ||
+ | If high FPS is on, run FrameAdvance again for the interpolation frame | ||
+ | Start next update | ||
+ | \\ | ||
===== Examples ===== | ===== Examples ===== | ||
<code 4rpl> | <code 4rpl> |