frustum property

frustum property

Gets or sets the frustum that used to provide view matrix.

Definition:

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

See Also