DB/CameraShakes: Difference between revisions

From wowdev
Jump to navigation Jump to search
No edit summary
m (A)
Line 31: Line 31:
  CGCamera::AddShake( vector, shakeType, direction, amplitude*0.027777778, frequency, duration, phase, coefficient );
  CGCamera::AddShake( vector, shakeType, direction, amplitude*0.027777778, frequency, duration, phase, coefficient );


[[Category:DBC]][[Category:3.0.2.8905]]
[[Category:DBC]][[Category:3.0.2.8905]][[Category:DBC_WotLK]]

Revision as of 17:27, 11 December 2012

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 );