lighting_scheme property

lighting_scheme property

LightingScheme specifies the lighting to apply to 3D artwork.

Definition:

@property
def lighting_scheme(self):
    ...
@lighting_scheme.setter
def lighting_scheme(self, value):
    ...

See Also