mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2025-10-12 09:22:00 +00:00
sync with icculus repo
This commit is contained in:
parent
3b39173397
commit
e64fb75f84
48 changed files with 21570 additions and 521 deletions
|
@ -34,7 +34,7 @@ class PostProcessingFX
|
|||
{
|
||||
public:
|
||||
PostProcessingFX();
|
||||
void init();
|
||||
void init();
|
||||
void update(float dt);
|
||||
void preRender();
|
||||
void render();
|
||||
|
@ -45,9 +45,9 @@ public:
|
|||
|
||||
// blur
|
||||
Vector radialBlurColor;
|
||||
int blurTimes;
|
||||
int blurTimes;
|
||||
|
||||
/// misc
|
||||
/// misc
|
||||
int renderLayer;
|
||||
int layer;
|
||||
float intensity;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue