Click or drag to resize

GM_ShaderBlendingAlg_t8 Enumeration

Ways to blend the intensity when using multiple light sources

Namespace:  GlobalMapper.Types
Assemblies:   GlobalMapperWrapperNET45 (in GlobalMapperWrapperNET45.dll) Version: 23.0.0.0 (23.0.0.0)
  GlobalMapperWrapperNET35 (in GlobalMapperWrapperNET35.dll) Version: 23.0.0.0 (23.0.0.0)
Syntax
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