Frame: Difference between revisions

From Ukikipedia
Jump to navigation Jump to search
m (1 revision imported: All pages from pannenkoek wiki (meme pages removed))
m (fix some links)
 
Line 1: Line 1:
A '''frame''' is a length of time in which a consecutive image is displayed on a screen. The term can also refer to the image being rendered in this time. The normal '''framerate''' of ''[[Super Mario 64]]'' is 30 FPS, meaning that 30 frames are rendered on-screen in a single second, but lag can decrease this frequency. Later games have largely adopted a 60 FPS framerate.
A '''frame''' is a length of time in which a consecutive image is displayed on a screen. The term can also refer to the image being rendered in this time. The normal '''framerate''' of [[Super Mario 64]] is 30 FPS, meaning that 30 frames are rendered on-screen in a single second, but lag can decrease this frequency. Later games have largely adopted a 60 FPS framerate.


==Phenomena==
==Phenomena==
Normally, having a button down for two or more consecutive frames will be identified as a [[button hold]], even if the button was [[Button press|pressed]] separately on each frame. This is unlikely to cause issues in real-time gameplay, but it can prove problematic in tool-assisted speedrunning. Pausing the game will separate these frames without changing any in-game states.
Normally, having a button down for two or more consecutive frames will be identified as holding it down, even if the button was pressed separately on each frame. This is unlikely to cause issues in [[RTA|real-time gameplay]], but it can prove problematic in [[TAS|tool-assisted speedrunning]]. Pausing the game will separate these frames without changing any in-game states.


A variable called the [[global timer]] increases by 1 on every frame. Some events occur depending on the parity of the global timer, or depending on other functions such as trigonometric calculations, so [[pause buffering]] can be used to alter the state of the game.
A variable called the [[global timer]] increases by 1 on every frame. Some events occur depending on the parity of the global timer, or depending on other functions such as trigonometric calculations, so [[pause buffering]] can be used to alter the state of the game.
[[Category:Times]]
[[Category:Times]]
[[Category:Rendering]]
[[Category:Rendering]]

Latest revision as of 13:31, 9 September 2018

A frame is a length of time in which a consecutive image is displayed on a screen. The term can also refer to the image being rendered in this time. The normal framerate of Super Mario 64 is 30 FPS, meaning that 30 frames are rendered on-screen in a single second, but lag can decrease this frequency. Later games have largely adopted a 60 FPS framerate.

Phenomena

Normally, having a button down for two or more consecutive frames will be identified as holding it down, even if the button was pressed separately on each frame. This is unlikely to cause issues in real-time gameplay, but it can prove problematic in tool-assisted speedrunning. Pausing the game will separate these frames without changing any in-game states.

A variable called the global timer increases by 1 on every frame. Some events occur depending on the parity of the global timer, or depending on other functions such as trigonometric calculations, so pause buffering can be used to alter the state of the game.