Richard Boegli's CnC_Generals_Zero_Hour Fork WIP
This is documentation of Richard Boegil's Zero Hour Fork
 
Loading...
Searching...
No Matches
camerashakesystem.cpp File Reference

Go to the source code of this file.

Functions

 DEFINE_AUTO_POOL (CameraShakeSystemClass::CameraShakerClass, 256)
 

Variables

const float MIN_OMEGA = DEG_TO_RADF(12.5f*360.0f)
 
const float MAX_OMEGA = DEG_TO_RADF(15.0f*360.0f)
 
const float END_OMEGA = DEG_TO_RADF(360.0f)
 
const float MIN_PHI = DEG_TO_RADF(0.0f)
 
const float MAX_PHI = DEG_TO_RADF(360.0f)
 
const Vector3 AXIS_ROTATION = Vector3(DEG_TO_RADF(7.5f),DEG_TO_RADF(15.0f),DEG_TO_RADF(5.0f))
 
CameraShakeSystemClass CameraShakerSystem
 

Function Documentation

◆ DEFINE_AUTO_POOL()

DEFINE_AUTO_POOL ( CameraShakeSystemClass::CameraShakerClass ,
256  )

Variable Documentation

◆ AXIS_ROTATION

const Vector3 AXIS_ROTATION = Vector3(DEG_TO_RADF(7.5f),DEG_TO_RADF(15.0f),DEG_TO_RADF(5.0f))

Definition at line 101 of file camerashakesystem.cpp.

◆ CameraShakerSystem

CameraShakeSystemClass CameraShakerSystem

Definition at line 304 of file camerashakesystem.cpp.

◆ END_OMEGA

const float END_OMEGA = DEG_TO_RADF(360.0f)

Definition at line 98 of file camerashakesystem.cpp.

◆ MAX_OMEGA

const float MAX_OMEGA = DEG_TO_RADF(15.0f*360.0f)

Definition at line 97 of file camerashakesystem.cpp.

◆ MAX_PHI

const float MAX_PHI = DEG_TO_RADF(360.0f)

Definition at line 100 of file camerashakesystem.cpp.

◆ MIN_OMEGA

const float MIN_OMEGA = DEG_TO_RADF(12.5f*360.0f)

Definition at line 96 of file camerashakesystem.cpp.

◆ MIN_PHI

const float MIN_PHI = DEG_TO_RADF(0.0f)

Definition at line 99 of file camerashakesystem.cpp.