Thread: Some problems
View Single Post
Old 21st November 2004, 08:11 PM   #3
Thaellin
Senior Member
Professional user
 
Join Date: Jun 2003
Location: British Columbia, Canada
Posts: 255
Default

For the skysphere in povray, you can use a special command to get the thing to ignore shadows (etc):

// Create an infinite sphere around scene and allow any pigment on it
sky_sphere {
pigment {
//gradient y
//color_map { [0.0 color rgb <0.7,0.7,1.0>] [1.0 color blue 0.5] }
image_map { jpeg "C:/Documents and Settings/Thaellin/Desktop/Textures/golgatha/greecesky.jpg" interpolate 2 }
//scale 1.5
}
}

experiment as desired...
-- Jeff
Thaellin is offline   Reply With Quote