DB/CameraShakes

From wowdev
Revision as of 17:27, 11 December 2012 by Genesis (talk | contribs) (A)
Jump to navigation Jump to search

Actually there's no real Information. Mostly shaking cameras.

Structure

Column Field Type Notes
1 ID Integer
2 shakeType CGCameraShakeType
3 direction CGCameraDir
4 amplitude Float Multiplied by 0.027777778f when passed to CGCamera::AddShake.
5 frequency Float
6 duration Float
7 phase Float
8 coefficient Float

Retrieved from "http://www.sourcepeek.com/wiki/CameraShakes.dbc"

Used in client:

CGCamera::AddShake( vector, shakeType, direction, amplitude*0.027777778, frequency, duration, phase, coefficient );