znear property

znear property

Gets or sets the z near. Contains a floating-point number that describes the distance to the near clipping plane.

Definition:

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

See Also