near_plane property

near_plane property

Gets or sets the frustum’s near plane distance.

Definition:

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

See Also