Ejemplo n.º 1
0
 public SunPositionTool()
 {
     //get the different members
     m_globe                 = ArcGlobe.Globe;
     m_globeDisplay          = m_globe.GlobeDisplay as IGlobeDisplay3;
     m_globeDisplayRendering = m_globeDisplay as IGlobeDisplayRendering;
     m_globeCamera           = m_globeDisplay.ActiveViewer.Camera as IGlobeCamera;
     m_globeViewUtil         = m_globeCamera as IGlobeViewUtil;
     m_sceneViewer           = m_globeDisplay.ActiveViewer;
 }
 public SunPositionTool()
 {
     //get the different members
     m_globe = ArcGlobe.Globe;
     m_globeDisplay = m_globe.GlobeDisplay as IGlobeDisplay3;
     m_globeDisplayRendering = m_globeDisplay as IGlobeDisplayRendering;
     m_globeCamera = m_globeDisplay.ActiveViewer.Camera as IGlobeCamera;
     m_globeViewUtil = m_globeCamera as IGlobeViewUtil;
     m_sceneViewer = m_globeDisplay.ActiveViewer;
 }