Click or drag to resize
SoAlphaPolicyPolicies Enumeration

Policy to use.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public enum Policies
Members
  Member nameValueDescription
POLICY_AS_IS0

Use the fragment's alpha value as is.

POLICY_OPAQUE1

All semi-transparent fragment (alpha > 0) are considered as opaque.

POLICY_DISCARD2

All semi-transparent fragment (alpha < 1) are considered as fully transparent.

Remarks