Difference between revisions of "CameraFlight"

From Immersive Visualization Lab Wiki
Jump to: navigation, search
(CameraFlight - osgEarth Camera Transitions)
(Project Overview)
Line 1: Line 1:
 
==CameraFlight - osgEarth Camera Transitions==
 
==CameraFlight - osgEarth Camera Transitions==
  
==Project Overview==
+
===Project Overview===
 +
CameraFlight is a plugin for OsgEarth that helps users to navigate OsgEarth. Although the the project is named CameraFlight, the algorithm involves rotating earth and moving earth closer to Camera. There are two types of Navigation; Instant and Satellite.
 +
* Instant Navigation will show the desired location instantly having user facing down the earth. The algorithm used is by setting the object space matrix to specified matrix that is already saved.
 +
* Satellite Navigation is a navigation style that is similar to Google Earth's navigation. It will slowly zoom out and rotate the earth simultaneously and zoom back in to the destination.
  
 
===Done===
 
===Done===
Line 7: Line 10:
 
* Create submenu with list of destinations; for starters just use two destinations to switch between (eg, UCSD and China)
 
* Create submenu with list of destinations; for starters just use two destinations to switch between (eg, UCSD and China)
 
* Implement instant switching: switch to destination position immediately without transition
 
* Implement instant switching: switch to destination position immediately without transition
 
===Milestones===
 
 
* Implement satellite mode: like Google Earth's transition mode, ~10 seconds for transition, make this time value configurable in CalVR's configuration file
 
* Implement satellite mode: like Google Earth's transition mode, ~10 seconds for transition, make this time value configurable in CalVR's configuration file
 
** Make sure that the transition's duration is time dependent, not dependent on number of frames rendered
 
** Make sure that the transition's duration is time dependent, not dependent on number of frames rendered
 
** Come up with math/functions for camera height and for angular motion of camera (=rotation of planet)
 
** Come up with math/functions for camera height and for angular motion of camera (=rotation of planet)
 +
 +
===Milestones===
 
** Implement camera path
 
** Implement camera path
 
* Implement airplane mode
 
* Implement airplane mode

Revision as of 11:26, 15 March 2012

Contents

CameraFlight - osgEarth Camera Transitions

Project Overview

CameraFlight is a plugin for OsgEarth that helps users to navigate OsgEarth. Although the the project is named CameraFlight, the algorithm involves rotating earth and moving earth closer to Camera. There are two types of Navigation; Instant and Satellite.

  • Instant Navigation will show the desired location instantly having user facing down the earth. The algorithm used is by setting the object space matrix to specified matrix that is already saved.
  • Satellite Navigation is a navigation style that is similar to Google Earth's navigation. It will slowly zoom out and rotate the earth simultaneously and zoom back in to the destination.

Done

  • Create menu for plugin with algorithm submenu; checkbox entries: instant, satellite, airplane
  • Create submenu with list of destinations; for starters just use two destinations to switch between (eg, UCSD and China)
  • Implement instant switching: switch to destination position immediately without transition
  • Implement satellite mode: like Google Earth's transition mode, ~10 seconds for transition, make this time value configurable in CalVR's configuration file
    • Make sure that the transition's duration is time dependent, not dependent on number of frames rendered
    • Come up with math/functions for camera height and for angular motion of camera (=rotation of planet)

Milestones

    • Implement camera path
  • Implement airplane mode