GlistEngine
Loading...
Searching...
No Matches
gSoftFocus.h
Go to the documentation of this file.
1
/*
2
* gSoftFocus.h
3
*
4
* Created on: 13 Tem 2023
5
* Author: Batuhan Yigit
6
*/
7
8
#ifndef GRAPHICS_POSTEFFECTS_GSOFTFOCUS_H_
9
#define GRAPHICS_POSTEFFECTS_GSOFTFOCUS_H_
10
11
#include "
gBasePostProcess.h
"
12
13
class
gSoftFocus
:
public
gBasePostProcess
{
14
public
:
15
gSoftFocus
(
float
radius,
float
softness,
float
focuscenterx,
float
focuscentery);
16
virtual
~gSoftFocus
();
17
18
void
use
();
19
20
protected
:
21
const
std::string
getVertSrc
();
22
const
std::string
getFragSrc
();
23
};
24
25
#endif
/* GRAPHICS_POSTEFFECTS_GSOFTFOCUS_H_ */
gBasePostProcess
Definition
gBasePostProcess.h:15
gSoftFocus
Definition
gSoftFocus.h:13
gSoftFocus::use
void use()
gSoftFocus::~gSoftFocus
virtual ~gSoftFocus()
gSoftFocus::getFragSrc
const std::string getFragSrc()
gSoftFocus::getVertSrc
const std::string getVertSrc()
gSoftFocus::gSoftFocus
gSoftFocus(float radius, float softness, float focuscenterx, float focuscentery)
gBasePostProcess.h
engine
graphics
posteffects
gSoftFocus.h
Generated by
1.9.8