Open supermoos opened 2 years ago
Base material properties can be passed into the component/constructor just like you do for regular materials.
<LayerMaterial roughness={…} transmission={…} />
I know, that's not what the issue / feature request was about :-) I'll try and explain it better. If you look at the screenshot below, it's using DebugLayerMaterial, it would be great if the default props of the base material where visible and adjustable in this dialog too, instead of just base and alpha.
Ahh I see, that would be great but it would clutter up the debug panel with a long list of sliders.
It’s also difficult to extract properties that make sense to be sliders dynamically. I’ll give it a go for the next release but no promises haha
Could be collapsed In a group by default :)
Seems like now it just exposes base color, alpha and lighting. Since lighting changes the base material perhaps the base materials properties (roughness, transmission etc.) could then be exposed too?