Rhino 8 - Manipulating Lightning Method under Display Options with c#

Hi

Is there a way to changing lightning method within a specific display mode (Display Options) with c#? (ex. Rendered_Default Lightning to Rendered_No Lightning Method)

Thank you

Hi @RSA,

Use DisplayPipelineAttributes.LightingScheme.

– Dale