pygfx.utils.enums.VisibleSide

class pygfx.utils.enums.VisibleSide

Bases: Enum

The VisibleSide enum specifies what side of a mesh is visible.

Note that this is the inverse of the “CullMode”, as it specifies what side is visible rather than what side is culled.

front = 'front'

The front is visible.

back = 'back'

The back is visible.

both = 'both'

Both the front and back are visible.