POV-Ray : Newsgroups : povray.binaries.images : Stargate [46KBbu] - sganim.jpg : Re: Stargate [46KBbu] - sganim.jpg Server Time
2 Oct 2024 22:25:18 EDT (-0400)
  Re: Stargate [46KBbu] - sganim.jpg  
From: Justin Whitton
Date: 14 Mar 2000 16:43:27
Message: <ofctcscg95b3m2tv9072no0of3edttppbl@4ax.com>
On Mon, 13 Mar 2000 14:01:48 -0700, Moon47 <rdm### [at] earthlinknet> wrote:

>I like the windows... Maybe some border(s) around them might help...
>Just me...=)
>How was the yellow strip around the center done...

Et voila

#declare sb1text = texture {
	pigment {
		crackle
		metric 1
		solid
		scale <5,10000,25>
		colour_map {
			[0 rgb 0.5]
			[1 rgb 1]
		}
	}
	normal { granite 0.1 }
	finish {
		ambient 0
		diffuse 0.9
		specular 0.1
		metallic
	}
}
texture {
	pigment {
		granite
		scale <10,10,100>
		colour_map {
			[0.3 rgbt <0,0,0,1>]
			[1 rgbt <0,0,0,0.3>]
		}
	}
	normal { granite 0.1 scale 10 }
	finish {
		diffuse 0
		ambient 0
		specular 0
	}
}
texture {
	pigment {
		dents
		scale <10,10,1000>
		turbulence <0.1,0.1,0>
		colour_map {
			[0.5 rgbt <0,0,0,1> ]
			[1 rgbt <0,0,0,0.2> ]
		}
	}
	finish {
		ambient 0
		diffuse 0
	}
}
texture {
	pigment {
		planar
		colour_map {
			[0 rgbt <1,1,0,1>]
			[1 rgbt <1,1,0,0>]
		}
	}
	finish {
		ambient 1
		diffuse 0
	}
}


_/\__/ mail: jus### [at] rayjayclaracouk \__/\_
 \/  \ web: www.rayjay.clara.co.uk             /  \/


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.