Skip to content

Commit

Permalink
update scripted optics effect radblur classes (#1163)
Browse files Browse the repository at this point in the history
  • Loading branch information
commy2 authored Jun 15, 2019
1 parent 20b7c90 commit 0bd78ee
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion addons/optics/CfgOpticsEffect.hpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
class CfgOpticsEffect {
class CBA_OpticsRadBlur1 {
type = "radialblur";
params[] = {0.015,0,0.14,0.2};
params[] = {0.005,0.005,0.20,0.20*16/9};
priority = 950;
};
class CBA_OpticsRadBlur2 {
type = "radialblur";
params[] = {0.01,0.01,0.20,0.20*16/9};
priority = 950;
};
class CBA_OpticsRadBlur3 {
type = "radialblur";
params[] = {0.015,0.015,0.20,0.20*16/9};
priority = 950;
};
};

0 comments on commit 0bd78ee

Please sign in to comment.