flyingernst
Enthusiast
- Mitglied seit
- 08.07.2003
- Beiträge
- 2.878
Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: this_feature_currently_requires_accessing_site_using_safari
/*------------------------------------------------------------------------------
| If you want (STATIC)DoF remove the "//" before "DOF". |
| For dynamic DoF remove them from "DYNAMIC" too, so both are enabled!!! |
------------------------------------------------------------------------------*/
//#define DOF // Only Static DoF
//#define DYNAMIC // Add Dynamic DoF
/*------------------------------------------------------------------------------
| DoF Quality. Only enable ONE at the same time (but one HAS to be enabled)! |
| High quality is only recommended for screenshots because it eats performance |
------------------------------------------------------------------------------*/
//#define DOF_LOW_QUALITY
//#define DOF_NORMAL_QUALITY
#define DOF_HIGH_QUALITY
/*------------------------------------------------------------------------------
| Quality and Strenght of Motion Blur |
------------------------------------------------------------------------------*/
int MBSteps = 16; // Quality of Motion Blur
int MBAmount = 0.10; // Strength of Motion Blur
Das DoF ist schon deaktiviert, das Flackern muss von was anderes kommen...
Alles von Motion Blur auf 0 stellen, dann isses weg. (Man hatte ich da hohe steps eingestellt... )