Hi all.
I'm trying to declare phenomenon which takes one material parameter and put it directly to the root
The result is "syntax error".Code:declare phenomenon material "proxy_phen" (material "mtl") root material interface "mtl" end declare
Is it possible this to be done that way at all, or maybe should be something like:
Anybody?Code:declare phenomenon material "proxy_phen" (material "mtl") material "output" interface "mtl.surface" photon interface "mtl.photon" displace interface "mtl.displace" ... end material root material interface "output" end declare


Reply With Quote