far_plane property

far_plane property

Gets or sets the far plane of the camera, default value is 1000.

Definition:

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

See Also