Einzelnen Beitrag anzeigen
Alt 22.06.2009, 09:50   #12 (permalink)
Tajin
50 Beiträge100 Beiträge250 Beiträge
 
Benutzerbild von Tajin
 
Registriert seit: 17.01.2008
Beiträge: 267
Standard

Ich hab mal ein paar von den PPeffekten zusammengetragen und gepostet, inklusive der benötigten Parameter.

Originalthread dazu ist hier:
ppEffect collection - Bohemia Interactive Forums

viel Spaß damit

"colorCorrections" ppEffectAdjust [brightness, contrast, gamma, [R, G, B, multiplier], [R, G, B, multiplier], [R, G, B, multiplier]];
Cant give a more detailed description on the rgb-values, you'll have to play around with them a bit. First pair seems to add a tint, second is general colorbalance and the last pair is some sort of filter. But see for yourself.

"dynamicBlur" ppEffectAdjust [blur];
Full screen blur

"radialBlur" ppEffectAdjust [blur_x,blur_y,start_x,start_y];
Blur with seperate x,y values, wich fades away at the center of the screen.

"filmGrain" ppEffectAdjust [strength, alpha, scale, blend-light, blend-dark, <boolean>no idea what this is for];
... well, cool for camera/Tv effects

"colorInversion" ppEffectAdjust [R, G, B];
name says it

"chromAberration" ppEffectAdjust [amount_x, amount_y ,<boolean> exponential ?];
this baby seems to shift the the color channels apart from each other, good for erm.... any sort of drug-effect.
__________________
Tajin ist offline