Hi, How can I make an object so, that it doesn't reflects light from light_sources ? Thanks!
Post a reply to this message
J Tellings wrote: > > Hi, > > How can I make an object so, that it doesn't reflects light from > light_sources ? finish { ambient 1 diffuse 0 phong 0 specular 0 reflection 0 } -- Ken Tyler