|
|
On Mon, 21 Jan 2002 00:29:49 -0900, "Ace" <ble### [at] icefognet> wrote:
> is/could this be possible?
What about something like:
#macro Grid(Pig1,Pig2,Size)
#local Pig3=pigment{
gradient z
pigment_map{
[Size/2 Pig2]
[Size/2 Pig1]
[1-Size/2 Pig1]
[1-Size/2 Pig2]
}
};
plane{
y, -1
pigment{
gradient x
pigment_map{
[Size/2 Pig2]
[Size/2 Pig3]
[1-Size/2 Pig3]
[1-Size/2 Pig2]
}
}
}
#end
Grid( pigment{rgb 1} , pigment{rgb 0}, 0.1}
> Gary
> -- sig will be here when I shorten it from 4000 lines--
Send your sig to povray.binaries.scene-files and we can help you :-)
ABX
--
disc{z,-z 5#macro O()asc(substr("-+((1*(,1,/.-,*/(,&.323/'1"e,1))*.1-4#declare
e=e-1;#end#local e=26;pigment{#local g=function(_){ceil(_)-_}function#local//X
k=function{pattern{object{sphere_sweep{linear_spline 13#while(e>0)<O(),O()//AB
>.01#end}}}}{k(g(atan2(x,y)),g(ln((y+x)^2+1e-5)),0)}}finish{ambient 1}}//POV35
Post a reply to this message
|
|