Click or drag to resize

RenderCullfacePolicy Enumeration

The RenderCullfacePolicy enumeration defines the back face culling strategy.

Namespace:  Lumiscaphe.Workshop.Interop
Assembly:  Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntax
public enum RenderCullfacePolicy
Members
  Member nameValueDescription
Always0 Always do back face culling.
Never1 Never do back face culling.
Product2 The back face culling is defined by the product.
Surface3 The back face culling is defined per surface.
Version Information

Lumiscaphe Workshop SDK

Supported in: 7.0 release 1
See Also