| | Re: different idea for cockpit
|
| (...) In my POV file: "(URL) the end, I have this section: // Sky?...Stars?... #include "colors.inc" #include "skies.inc" #include "stars.inc" #declare My_Night_Sky = union { sphere { < 0 , 0 , 0 > , 10001 texture { Starfield1 } } sphere { < 0 , 0 , (...) (24 years ago, 12-Dec-00, to lugnet.cad.ray)
| | | | RE: different idea for cockpit
|
| (...) I found the problem...and it is what I thought it would be :) Basically, what you are creating is a sphere with a speckled texture. The background color of this texture is black, which is why you can't change the background color. However, the (...) (24 years ago, 13-Dec-00, to lugnet.cad.ray)
| |