大气环境类,大气环境类是为了达到三维场景的真实感所采取大气层模拟效果。

命名空间:  SuperMap.Realspace
程序集:  SuperMap.Realspace (in SuperMap.Realspace)
版本: dll

语法

C#
public class Atmosphere

示例

以下代码示范了使给定的三维场景的大气环境可见。

CopyC#
public void TestAtmosphere(Scene sceneObject)
{
    //获取三维场景的大气环境,并使大气环境可见
    Atmosphere atmosphere = sceneObject.Atmosphere;
    atmosphere.IsVisible = true;
    sceneObject.Refresh();
}

继承层次

System..::.Object
  SuperMap.Realspace..::.Atmosphere

请参见