使用相同相关建模和相关参数标识元数据。
这反映了 NGA_gpm_local glTF 扩展的 `correlationGroup` 定义。
| Name | Type | Description |
|---|---|---|
options |
CorrelationGroup.ConstructorOptions | 描述初始化选项的对象。 |
Experimental
该功能尚未最终确定,可能会根据 Cesium 的标准弃用政策而发生变化。
Members
表示在相关组中使用的参数 delta-x、delta-y 和 delta-z 的 3 个布尔值数组。
readonly params : Array.<Spdcf>
三组 SPDCF 参数的数组,分别用于 U、V、W 方向。
readonly rotationThetas : Cartesian3
关于 X、Y、Z 轴的旋转(以毫弧度为单位),分别。
Type Definitions
Initialization options for the CorrelationGroup constructor
Properties:
| Name | Type | Description |
|---|---|---|
groupFlags |
Array.<boolean> | Array of 3 booleans indicating if parameters delta-x delta-y delta-z used in the correlation group |
rotationThetas |
Cartesian3 | Rotations in milliradians about X, Y, Z axes, respectively |
params |
Array.<Spdcf> | Array of `Spdcf` (Strictly Positive-Definite Correlation Function) parameters, for the U, V, W directions, respectively |
