|
|
k, another problem, anyone have any idea why I can't see my media through
the grating, I can see it above and below, but not through.
the grate is a disc with a partially transparent texture, I'm pretty sure
this is what is causing the problem, but I'm not sure.
If it's something stupid, that should painfully obvious well, I'm going to
kick myself.
thanks
--
Kevin
http://www.geocities.com/qsquared_1999/
#macro _(r)#if(r<12)#local i=asc(substr("oqshilacefg",r,1))-97;
disc{<mod(i,7)-3,div(i,7)-1,6>,z,.4pigment{rgb 10}}_(r+1)
#end#end _(1)//KL
Post a reply to this message
Attachments:
Download 'flame.jpg' (11 KB)
Preview of image 'flame.jpg'
|
|
|
|
added hollow to the disc and no such luck added hollow to the whole thing
and it solved the problem. <kicking self repeatedly>
thanks
--
Kevin
http://www.geocities.com/qsquared_1999/
#macro _(r)#if(r<12)#local i=asc(substr("oqshilacefg",r,1))-97;
disc{<mod(i,7)-3,div(i,7)-1,6>,z,.4pigment{rgb 10}}_(r+1)
#end#end _(1)//KL
Post a reply to this message
|
|