Accelerometer: Difference between revisions
m
no edit summary
Nikitaivanov (talk | contribs) m (Fix source code formatting) |
-u ndefined- (talk | contribs) mNo edit summary |
||
| (3 intermediate revisions by 3 users not shown) | |||
| Line 11: | Line 11: | ||
* The accelerometer makes the screen orientation unchangeable during gameplay when the direction output is connected to anything. | * The accelerometer makes the screen orientation unchangeable during gameplay when the direction output is connected to anything. | ||
* The accelerometer is device- | * The accelerometer is device-dependent, meaning it will behave differently on different devices. Some may not even have one at all. | ||
* When the accelerometer is used in a calculation, [[Lock screen orientation|the screen orientation locks]]. | |||
== Examples == | == Examples == | ||
| Line 17: | Line 18: | ||
The accelerometer by itself is very jumpy and not smooth at all, this can be fixed with a LERP script: | The accelerometer by itself is very jumpy and not smooth at all, this can be fixed with a LERP script: | ||
{{Image|Accelerometer LERP.jpg|Smooth accelerometer}} | |||
[[Category:Blocks]] | [[Category:Blocks]] | ||