far_plane property

far_plane property

Gets or sets the frustum’s far plane distance.

Definition:

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

See Also