depth_bias property

depth_bias property

Depth bias for shadow mapping, default value is 0.001

Definition:

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

See Also