Click or drag to resize

GM_ShaderBlendingAlg_t8 Enumeration

Ways to blend the intensity when using multiple light sources

Namespace:  GlobalMapper
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
C#
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