View Full Version : Changing BG color?
Hey all,
I cant seem to find how to change the BG color in the perspective and ortho views. I want them to be black for better visability... can you tell me how to do this?
thx:airguitar
irie
|
|
Mikkel Jans
05-19-2002, 10:48 PM
Window > Settings/Preferences > Coler...
bentllama
05-19-2002, 11:52 PM
// cycles the background color light/mid/dark
float $c[] = `displayRGBColor -q background`;
if ($c[0] > .6) displayRGBColor -c background .357 .357 .357;
else if ($c[0]==0) displayRGBColor -c background .672 .672 .672;
else displayRGBColor -c background 0 0 0;
Thx guys!
Nice script by the way!
irie
SlipKorn
05-20-2002, 04:19 AM
Mad props to the A/W rep who created the script.
-sk
ambassador
05-20-2002, 05:57 AM
Originally posted by SlipKorn
Mad props to the A/W rep who created the script.
-sk
I will tell him for you, hehehe;) ;)
CGTalk Moderation
01-13-2006, 06:00 AM
This thread has been automatically closed as it remained inactive for 12 months. If you wish to continue the discussion, please create a new thread in the appropriate forum.
vBulletin v3.0.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.