CullMode3D: "disabled" | "cull-back" | "cull-front"

Type definition for different configurations of 3D culling.

Culling means skipping drawing of specific geometry parts, based on its orientation.

'disabled' -> full geometry is drawn.

'cull-back' -> the behind of geometry is not drawn.

'cull-front' -> the front of geometry is not drawn.