public class NormalComputeMode extends Enum
限定符和类型 | 字段和说明 |
---|---|
static NormalComputeMode |
ANGLEWEIGHT
按照三角面夹角权重计算
|
static NormalComputeMode |
AVERAGE
按照各三角面法线平均值计算
|
static NormalComputeMode |
NELSONMAX
采用NelsonMax算法计算
|
static NormalComputeMode |
NONE
无法线
|
public static final NormalComputeMode AVERAGE
public static final NormalComputeMode ANGLEWEIGHT
public static final NormalComputeMode NELSONMAX
public static final NormalComputeMode NONE
Copyright © 2021–2024 SuperMap. All rights reserved.