GM_ShaderBlendingAlg_t8 Enumeration
Ways to blend the intensity when using multiple light sources

Namespace:GlobalMapper.Types
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 18.0.0.0 (18.0.0.0)

Syntax
C#
Copy
public enum GM_ShaderBlendingAlg_t8
Members
Member nameValueDescription
BLENDING_ALG_AVERAGE0
BLENDING_ALG_MAXIMUM1
BLENDING_ALG_MINIMUM2
BLENDING_ALG_WEIGHTED_AVERAGE3
BLENDING_NUM_TYPES4
See Also