Exemple #1
0
 public Fly()
 {
     globe        = ArcGlobe.Globe;
     scene        = globe as IScene;
     globeDisplay = globe.GlobeDisplay;
     camera       = globeDisplay.ActiveViewer.Camera;
     globeCamera  = camera as IGlobeCamera;
     theClock     = new Microsoft.VisualBasic.Devices.Clock();
     flyCur       = new System.Windows.Forms.Cursor(GetType().Assembly.GetManifestResourceStream("GlobeFlyTool.Fly.cur"));
     moveFlyCur   = new System.Windows.Forms.Cursor(GetType().Assembly.GetManifestResourceStream("GlobeFlyTool.fly1.cur"));
     speed        = 0;
 }
 public Fly()
 {
     globe = ArcGlobe.Globe;
     scene = globe as IScene;
     globeDisplay = globe.GlobeDisplay;
     camera = globeDisplay.ActiveViewer.Camera;
     globeCamera = camera as IGlobeCamera;
     theClock = new Microsoft.VisualBasic.Devices.Clock();
     flyCur = new System.Windows.Forms.Cursor(GetType().Assembly.GetManifestResourceStream("GlobeFlyTool.Fly.cur"));
     moveFlyCur = new System.Windows.Forms.Cursor(GetType().Assembly.GetManifestResourceStream("GlobeFlyTool.fly1.cur"));
     speed = 0;
 }