Chaos Corona Forum
Chaos Corona for 3ds Max => [Max] I need help! => Topic started by: Christa Noel on 2015-12-14, 08:24:27
-
hi guys, where can I find documentation of coronamtl properties name for maxscript?
I can apply coronamtl to an object with (node.material=coronamtl), but I cannot apply with its properties (node.material=coronamtl diffuse:black reflection:0) just like in vray.
-
hi guys, where can I find documentation of coronamtl properties name for maxscript?
I can apply coronamtl to an object with (node.material=coronamtl), but I cannot apply with its properties (node.material=coronamtl diffuse:black reflection:0) just like in vray.
Create an Sphere ...
Assign coronamtl to this ...
select Sphere ...
in maxscript listener window type this:
show $.material
$ means that current selected object ...
for access to material class write this:
classof $.material
-
that's really help an amateur like me :D thanx grimm.ghiz
I thought that there is a documentation for coronamtl like https://corona-renderer.com/doc/ (https://corona-renderer.com/doc/) out there