Hi,
I am looking for a way to change the lightning method (Options > View > Display Modes > Rendered > Lightning scheme > Lightning method) to “Default lighting”.
Is it possible to change this in C#?
I have tried to find the settings in:
var rendered = Rhino.Display.DisplayModeDescription.FindByName(“Rendered”);
but there is no reference in rendered for the lighting method.
Thanks.