コンテンツにスキップ

GroundOpacityByDistance

視点と地表の距離の閾値と、そのときの不透明度を格納する型

[[Viewer.constructor]] の options.ground_opacity パラメータ、または [[Viewer.setGroundOpacity]] に指定する値の型である。

Properties

far_distance

far_distance: number

視点と地表の遠距離の閾値(m)


far_opacity

far_opacity: number

far_distance 以上のときの不透明度


near_distance

near_distance: number

視点と地表の近距離の閾値(m)


near_opacity

near_opacity: number

near_distance 以下のときの不透明度