Thema: Blur erzeugen
Einzelnen Beitrag anzeigen
Alt 20.06.2009, 10:43   #3 (permalink)
Mr-Murray
500 Beiträge
 
Benutzerbild von Mr-Murray
 
Registriert seit: 10.06.2004
Ort: München - Germany
Beiträge: 876
Mr-Murray eine Nachricht über ICQ schicken Mr-Murray eine Nachricht über Skype™ schicken
Standard

Das geht auch mit den Environmentfarben!

Code:
[] spawn {
	scriptName "I0: Preload";
	sleep 0.001;
	"colorCorrections" ppEffectAdjust [1, 1, 0, [0.0, 0.0, 0.0, 0.0], [1, 0.9, 0.7, 0.2], [0.199, 0.587, 0.114, 0.0]]; "colorCorrections" ppEffectCommit 0; "colorCorrections" ppEffectEnable TRUE;
	waituntil {ppEffectCommitted "colorCorrections"};
	0 cuttext ["","black in"];
};

Beide Themen sind Teil von Guide 2!


.
__________________
MR-MURRAY presents

ArmA Editing Guide Deluxe Edition - English Version Download
ArmA Editing Guide Deluxe Edition - German Version Download

Visit me at Facebook! Mapfact Murray

Geändert von Mr-Murray (20.06.2009 um 11:01 Uhr).
Mr-Murray ist offline