home *** CD-ROM | disk | FTP | other *** search
/ Mundo do CD-ROM 119 / cdrom119.iso / internet / wwind / World_Wind_1.3.5_Full.exe / Plugins / Stars3D / readme.txt < prev    next >
Encoding:
Text File  |  2006-05-01  |  2.5 KB  |  81 lines

  1. Stars3D Plugins for WorldWind 1.3.2 or above (maybe...)
  2. Version 1.1, december 2005
  3. Patrick Murris - http://www.alpix.com/3d/worldwin/
  4.  
  5. What
  6. ----
  7.  
  8. The Stars3D plugin renders a star background around the world  
  9. and let you choose between different subsets of the Hipparcos 
  10. Catalog. Number of stars range between 5000 and 31000.
  11.  
  12. The plugin appears as a layer in the Layer Manager (key L).
  13. Right click on the layer to switch star catalogues.
  14.  
  15. All settings are saved.
  16.  
  17. Install
  18. -------
  19.  
  20. 1. You need WW 1.3.2 or 1.3.3.1 (as of today). Wont work in 1.3.1.
  21. 2. Unzip in your WW Plugins directory. That should add a folder named 'Stars3D'.
  22.     Note: if you dont already have a 'Plugins' directory inside 
  23.     Program Files/Nasa/WorldWind 1.3, then create one.
  24. 3. Start WW and the new plugin should be listed in Plug-ins->Load/Unload.
  25. 4. Once loaded, it becomes a layer in the Layer Manager (key L)
  26. 5. Right Click on the layer for settings (properties)
  27.  
  28. Uninstall
  29. ---------
  30.  
  31. 1. Delete the Plugins/Stars3D directory
  32.  
  33. Notes
  34. -----
  35.  
  36. Adding star catalogues
  37.  
  38. The actual catalogues are subsets of the Hipparcos catalog (ESA 1997) extracted 
  39. with the VizieR Astronomical Server at http://cdsweb.u-strasbg.fr.
  40.  
  41. This plugin reads an ascii '.tsv' file with ';' separated values that 
  42. looks like that:
  43.  
  44. recno;HIP;RAhms;DEdms;Vmag;B-V
  45. ;;;;mag;mag
  46. --------;------;-----------;-----------;-----;------
  47.      122;   122;00 01 35.85;-77 03 55.1; 4.78; 1.254
  48.      154;   154;00 01 57.59;-06 00 50.3; 4.37; 1.631
  49.      300;   301;00 03 44.37;-17 20 09.5; 4.55;-0.047
  50.  
  51. This version looks for the fields RAhms, DEdms, Vmag and B-V which can be 
  52. in any order.
  53.  
  54. The vizieR interface allows to output such ascii files. Just make sure 
  55. the list contains the above fields - which are not always available in catalogs 
  56. other than Hipparcos and Tycho. 
  57.  
  58. When your list is ready, just drop the .tsv file in the Plugins/Stars3D/ folder. 
  59. It will become available in the layer settings.
  60.  
  61.  
  62. Open source
  63.  
  64. This plugin is not compiled and its source can be found in Stars3D.cs.
  65. Feel free to use, abuse, divert and copy any part of it. Thats how I got started.
  66.  
  67. Many thanks to the WorldWind community for their efforts and feedback, 
  68. especialy Bjorn Reppen (http://www.mashiharu.com/) for his plugin architecture, 
  69. usefull tips and inspiring examples, and Bull (http://www.bullsworld.co.uk/) for 
  70. pointing out the star backgrounds at NASA and pushing this starfield idea.
  71.  
  72. Patrick Murris
  73. Montreal - Nice
  74.  
  75.  
  76.  
  77.  
  78.  
  79.  
  80.  
  81.