Changes between Version 7 and Version 8 of ossimPlanetAPI


Ignore:
Timestamp:
Feb 4, 2008, 11:39:05 AM (16 years ago)
Author:
mlucas17
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ossimPlanetAPI

    v7 v8  
    4444and embeds planet as another drawable
    4545
    46 [[Image:Case1ossimPlanetAPI.jpg]]
     46[[Image(Case1ossimPlanetAPI.jpg)]]
    4747
    4848Use this case if your application already creates and maintains its own OpenGL context.  Within that context, ossimPlanet is just another drawable.  Behind the scenes ossimPlanet will provide the globe which is managed by an OpenSceneGraph within the library.
     
    5151planet is just a node in that scene graph
    5252
    53 [[Image:Case2ossimPlanetAPI.jpg]]
     53[[Image(Case2ossimPlanetAPI.jpg)]]
    5454
    5555This case is for applications that create and maintain their own OpenSceneGraph.  In this case the planet and it subtree of objects is just added as a node in the Application's tree.
     
    5858it creates the context and the rendering window.
    5959
    60 [[Image:Case3ossimPlanetAPI.jpg]]
     60[[Image(Case3ossimPlanetAPI.jpg)]]
    6161
    6262OssimPlanet with create and provide the view, the tree, and the planet objects to the application.  For new applications and simulations this approach requires the least amount of programming.