cull_face property

cull_face property

Enable or disable cull face

Definition:

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

See Also