sc2-gamedata
|
Generic. More...
#include <Camera.h>
Public Attributes | |
std::vector< real32 > | ParamInitial |
Initial Parameter. More... | |
std::vector< SCameraZoom > | ZoomTable |
Zoom Levels. More... | |
uint32 | ZoomDefault |
Zoom Default. More... | |
std::vector< SCameraSmooth > | ParamSmooth |
Parameter Smooth. More... | |
SCameraSmooth | TargetSmooth |
Target Smooth. More... | |
real32 | FieldOfViewMin |
Field of View Minimum. More... | |
real32 | FieldOfViewMax |
Field of View Maximum. More... | |
real32 | FieldOfViewIncrement |
Field of View Increment. More... | |
real32 | DistanceMin |
Distance Minimum. More... | |
real32 | DistanceMax |
Distance Maximum. More... | |
real32 | DistanceIncrement |
Distance Increment. More... | |
real32 | PitchMin |
Angle of Attack Minimum. More... | |
real32 | PitchMax |
Angle of Attack Maximum. More... | |
real32 | PitchIncrement |
Angle of Attack Increment. More... | |
real32 | YawLeft |
Rotation Left. More... | |
real32 | YawRight |
Rotation Right. More... | |
real32 | YawMin |
Rotation Minimum. More... | |
real32 | YawMax |
Rotation Maximum. More... | |
real32 | YawIncrement |
Rotation Increment. More... | |
std::vector< real32 > | MaxScrollRate |
Scroll Rate Maximum. More... | |
std::vector< real32 > | MaxScrollDistance |
Scroll Distance Maximum. More... | |
std::vector< real32 > | VerticalScrollRateMultiplier |
Scroll Rate Vertical Multiplier. More... | |
std::vector< real32 > | ScrollAccelerationPeriod |
Scroll Acceleration Period. More... | |
std::vector< real32 > | ScrollDecelerationPeriod |
Scroll Deceleration Period. More... | |
std::vector< real32 > | ForwardScale |
Forward Scale. More... | |
std::vector< real32 > | StrafeScale |
Strafe Scale. More... | |
real32 | RotateScale |
Rotate Scale. More... | |
real32 | FollowScrollLimit |
Follow Scroll Limit. More... | |
uint8 | BorderSizeX |
Border Size X. More... | |
uint8 | BorderSizeY |
Border Size Y. More... | |
real32 | SmartPanJumpDistance |
Smart Pan Jump Distance. More... | |
real32 | SmartPanSkipDistance |
Smart Pan Skip Distance. More... | |
real32 | HeightDisplacementFactor |
Height Displacement Factor. More... | |
real32 | HeightDisplacementPitchMin |
Height Displacement Pitch Minimum. More... | |
real32 | HeightDisplacementPitchMax |
Height Displacement Pitch Maximum. More... | |
real32 | HeightDisplacementMax |
Height Displacement Maximum. More... | |
ECameraHeightMap | HeightMap |
Height Map. More... | |
Generic.
uint8 CCamera::BorderSizeX |
Border Size X.
uint8 CCamera::BorderSizeY |
Border Size Y.
real32 CCamera::DistanceIncrement |
Distance Increment.
real32 CCamera::DistanceMax |
Distance Maximum.
The maximum distance the camera can be set to.
real32 CCamera::DistanceMin |
Distance Minimum.
The minimum distance the camera can be set to.
real32 CCamera::FieldOfViewIncrement |
Field of View Increment.
real32 CCamera::FieldOfViewMax |
Field of View Maximum.
The maximum Field of view.
real32 CCamera::FieldOfViewMin |
Field of View Minimum.
The minimum Field of view.
real32 CCamera::FollowScrollLimit |
Follow Scroll Limit.
The maximum speed the camera can move when following a unit
std::vector<real32> CCamera::ForwardScale |
Forward Scale.
real32 CCamera::HeightDisplacementFactor |
Height Displacement Factor.
real32 CCamera::HeightDisplacementMax |
Height Displacement Maximum.
real32 CCamera::HeightDisplacementPitchMax |
Height Displacement Pitch Maximum.
real32 CCamera::HeightDisplacementPitchMin |
Height Displacement Pitch Minimum.
ECameraHeightMap CCamera::HeightMap |
Height Map.
std::vector<real32> CCamera::MaxScrollDistance |
Scroll Distance Maximum.
std::vector<real32> CCamera::MaxScrollRate |
Scroll Rate Maximum.
std::vector<real32> CCamera::ParamInitial |
Initial Parameter.
std::vector<SCameraSmooth> CCamera::ParamSmooth |
Parameter Smooth.
real32 CCamera::PitchIncrement |
Angle of Attack Increment.
real32 CCamera::PitchMax |
Angle of Attack Maximum.
Maximum angle of attack for the camera
real32 CCamera::PitchMin |
Angle of Attack Minimum.
Minimum angle of attack for the camera
real32 CCamera::RotateScale |
Rotate Scale.
std::vector<real32> CCamera::ScrollAccelerationPeriod |
Scroll Acceleration Period.
std::vector<real32> CCamera::ScrollDecelerationPeriod |
Scroll Deceleration Period.
real32 CCamera::SmartPanJumpDistance |
Smart Pan Jump Distance.
real32 CCamera::SmartPanSkipDistance |
Smart Pan Skip Distance.
std::vector<real32> CCamera::StrafeScale |
Strafe Scale.
SCameraSmooth CCamera::TargetSmooth |
Target Smooth.
std::vector<real32> CCamera::VerticalScrollRateMultiplier |
Scroll Rate Vertical Multiplier.
real32 CCamera::YawIncrement |
Rotation Increment.
real32 CCamera::YawLeft |
Rotation Left.
real32 CCamera::YawMax |
Rotation Maximum.
real32 CCamera::YawMin |
Rotation Minimum.
real32 CCamera::YawRight |
Rotation Right.
uint32 CCamera::ZoomDefault |
Zoom Default.
std::vector<SCameraZoom> CCamera::ZoomTable |
Zoom Levels.