|
|
is it possible to use a pigment function i've made,
#local pigf = function {pigment {... }}
as a normal pattern for an object? I understand I could make an isusurface
using that function, but that's not what I'm aiming for.
something like:
#local norm1 = normal{
pigf(x,y,z).gray
}
?
thanks,
ross.
Post a reply to this message
|
|