root/trunk/READEME.txt

Revision 996, 1.6 kB (checked in by robert, 3 years ago)

Update ChangeLog?, README and NEWS for 0.9.11 developer release

Line 
1VirtualPlanetBuilder is terrain database creation tool that is able to read
2a wide range of geospatial imagery and elevation data and build from small
3area terrain database to massive whole planet paged databases. These databases
4can then be uploaded onto the internet and provide online GoogleEarth style
5roaming of whole planet databases, or kept on local disks for high speed
6access such as required for professional flight simulators.
7
8VirtualPlanetBuilder just builds databases so for runtime viewing of database
9you'll need an OpenSceneGraph based application. The VirtualPlanetBuilder
10itself is based on the OpenSceneGraph real-time graphics toolkit, and creates
11databases in native OpenSceneGraph binary format for maximum paging performance.
12For non OpenSceneGraph based applications you'll need to convert the database
13by writing your own post processing tool to convert from OpenSceneGraph native
14format into you own native formats, or convert to COLLADA using the
15OpenSceneGraph native support for reading and writing COLLADA.
16
17The VirtualPlanetBuilder project grew from the original paged database
18generation tools that can as part of the !OpenSceneGraph-1.2, and is now a
19separate project to enable both projects to focus on their own core disciplines.
20We have plans to make it even more scalable making it possible to create
21multi-terabyte paged databases, and to create them across networks of
22computers, each of which take part of the job of creating the complete
23database. We will also provide support for database optimization for the
24lower bandwidth constraints of web based 3d database visualization.
25
26
27Robert Osfield.
2822nd June 2008
Note: See TracBrowser for help on using the browser.