summaryrefslogtreecommitdiff
path: root/internal_rewrite/IClientMode.hpp
diff options
context:
space:
mode:
authornavewindre <boneyaard@gmail.com>2018-10-06 12:09:36 +0200
committernavewindre <boneyaard@gmail.com>2018-10-06 12:09:36 +0200
commit3e0d8199fec5b6979dc280533de69dded4260a0f (patch)
treed34767fd1041642024a41254c3488fb8e082b076 /internal_rewrite/IClientMode.hpp
parent66dcb4cdcdb0d3efce0ba74c0c5ad79bc7c51111 (diff)
z\cxdtgs
Diffstat (limited to 'internal_rewrite/IClientMode.hpp')
-rw-r--r--internal_rewrite/IClientMode.hpp50
1 files changed, 19 insertions, 31 deletions
diff --git a/internal_rewrite/IClientMode.hpp b/internal_rewrite/IClientMode.hpp
index 8f2142a..dc7d15d 100644
--- a/internal_rewrite/IClientMode.hpp
+++ b/internal_rewrite/IClientMode.hpp
@@ -133,38 +133,26 @@ public:
float zNearViewmodel;
float zFarViewmodel;
- float m_flAspectRatio;
- float m_flNearBlurDepth;
- float m_flNearFocusDepth;
- float m_flFarFocusDepth;
- float m_flFarBlurDepth;
- float m_flNearBlurRadius;
- float m_flFarBlurRadius;
- int m_nDoFQuality;
- int m_nMotionBlurMode;
-
- float m_flShutterTime;
- vec3_t m_vShutterOpenPosition;
- vec3_t m_shutterOpenAngles;
- vec3_t m_vShutterClosePosition;
- vec3_t m_shutterCloseAngles;
-
- float m_flOffCenterTop;
- float m_flOffCenterBottom;
- float m_flOffCenterLeft;
- float m_flOffCenterRight;
-
- bool m_bOffCenter : 1;
- bool m_bRenderToSubrectOfLargerScreen : 1;
- bool m_bDoBloomAndToneMapping : 1;
- bool m_bDoDepthOfField : 1;
- bool m_bHDRTarget : 1;
- bool m_bDrawWorldNormal : 1;
- bool m_bCullFrontFaces : 1;
- bool m_bCacheFullSceneState : 1;
- bool m_bRenderFlashlightDepthTranslucents : 1;
+ float m_flAspectRatio;
+ float m_flNearBlurDepth;
+ float m_flNearFocusDepth;
+ float m_flFarFocusDepth;
+ float m_flFarBlurDepth;
+ float m_flNearBlurRadius;
+ float m_flFarBlurRadius;
+ int m_nDoFQuality;
+ int m_nMotionBlurMode;
+ float m_flShutterTime;
+ vec3_t m_vShutterOpenPosition;
+ vec3_t m_shutterOpenAngles;
+ vec3_t m_vShutterClosePosition;
+ vec3_t m_shutterCloseAngles;
+ float m_flOffCenterTop;
+ float m_flOffCenterBottom;
+ float m_flOffCenterLeft;
+ float m_flOffCenterRight;
+ int m_iEdgeBlur;
private:
- char pad2[ 0x40 ];
};
class IClientMode {