SpatialMaterial.CullMode

Values

ValueMeaning
cullBack0

Default cull mode. The back of the object is culled when not visible.

cullFront1

The front of the object is culled when not visible.

cullDisabled2

No culling is performed.

Meta