added CMBlur

This commit is contained in:
aap
2019-05-30 13:35:13 +02:00
parent ee5088b3e1
commit 852d8298b1
9 changed files with 301 additions and 7 deletions

View File

@ -11,6 +11,6 @@ public:
static float GetNearClipZ(void) { return ms_fNearClipZ; }
static void SetFarClipZ(float farclip) { ms_fFarClipZ = farclip; }
static float GetFarClipZ(void) { return ms_fFarClipZ; }
static void SetFOV(float fov) { ms_fFOV = fov; }
static void SetFOV(float fov);
static float GetFOV(void) { return ms_fFOV; }
};