Jump to content
Sign in to follow this  
Naiss

PiP effect help

Recommended Posts

idk how i get the color back from black and with or i know what to change but i dont know what to type in there so if anyone can help me out.

here is the code:

cam = "camera" camCreate (player modelToWorld [0,-5,2]);
cam cameraEffect ["internal","back","rtt"];
"rtt" setPiPEffect [2];
with uiNamespace do {
pic = findDisplay 46 ctrlCreate ["RscPicture", -1];
pic ctrlSetPosition [0,0,1,1];
pic ctrlCommit 0;
pic ctrlSetText "#(argb,512,512,1)r2t(rtt,1.0)"; //i think this is the area where i change the color but what would i put here???
};

Got it now working, this is what i changed:

befor:

"rtt" setPiPEffect [2];

Fixed:

"rtt" setPiPEffect [0];

really easy fix XD

Edited by lifemanlive

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×