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)

C#
Copy
public enum GM_ShaderBlendingAlg_t8

Member name | Value | Description | |
---|---|---|---|
BLENDING_ALG_AVERAGE | 0 | ||
BLENDING_ALG_MAXIMUM | 1 | ||
BLENDING_ALG_MINIMUM | 2 | ||
BLENDING_ALG_WEIGHTED_AVERAGE | 3 | ||
BLENDING_NUM_TYPES | 4 |
