mirror of
https://github.com/moparisthebest/rswiki-book
synced 2024-11-11 03:45:02 -05:00
27 lines
777 B
Plaintext
27 lines
777 B
Plaintext
[[Category Packet]]
|
|
[[Category Packet 377]]
|
|
{{packet|name=Camera Shake|description=Set camera shake parameters.|opcode=67|type=Fixed|length=4|revision=377}}
|
|
== Camera Shake ==
|
|
|
|
=== Description ===
|
|
Set camera shake parameters. It may be worth reading about Sine Waves [http://en.wikipedia.org/wiki/Sine_wave].
|
|
|
|
=== Packet Structure ===
|
|
|
|
{| border=2
|
|
! Data type
|
|
! Description
|
|
|-
|
|
| [[Data Types#Standard data types|Byte]]
|
|
| The index of the shake parameter to modify.
|
|
|-
|
|
| [[Data Types#Standard data types|Byte]]
|
|
| The range of the shake randomness.
|
|
|-
|
|
| [[Data Types#Standard data types|Byte]]
|
|
| The amplitude (maximum displacement from 0) of the shake.
|
|
|-
|
|
| [[Data Types#Standard data types|Byte]]
|
|
| The phase (where in its cycle the oscillation is at t = 0) of the shake.
|
|
|-
|
|
|} |