Changing Surface Parameters & Node Emission Color
elaidaomar
Posts: 6
Is there a way to modify the surface parameters for a particular DzNode via the SDK?
I wish to mainly change the emission color and the cutout opacity.
I want to achieve a photo similar to the attached file.
Any ideas, please?
Sample.png
879 x 824 - 7K
Post edited by elaidaomar on
Comments
Using a script would be more efficient http://docs.daz3d.com/doku.php/public/software/dazstudio/4/referenceguide/scripting/api_reference/samples/properties/material_properties/start
Thanks for the reply, Richard. I have to build this plugin using the C++ SDK unfortunately rather than script. Can you kindly let me know if this is still possible using the SDK, please?
The plug-in could run a script. I would think the data is there and accessible, but my exoerience with the SDk is "limited" (the other post was me acting as a relay).
This thread has some incomplete sample code that should get you started.
Thanks Omniflux. Will dump the code for anyone who would like to create something similar: