The Maxon SDK Team is currently short staffed due to the winter holidays. No forum support is being provided between 15/12/2025 and 5/1/2026. For details see Maxon SDK 2025 Winter Holidays.
Hi... I'm trying to figure out how to handle nested LayerShaders
mat.InsertShader(gradient_shader, sha_xlayer) inserts gradient_shader as a child of sha_xlayer ?
Would sha_xlayer.InsertShader(gradient_shader) do exactly the same thing ?
If yes, does mat.InsertShader(sha_xlayer) have to be done first as well,
or can you set up a shader tree first and then add it to the material?
best, index