there is a thread started by selden
https://celestiaproject.net/forum/vi...hp?f=6&t=17736
it works
Ilanthar has been posting some beautiful maps of the Resurgence stellar system in the threads https://www.cartographersguild.com/s...ad.php?t=38300 and https://www.cartographersguild.com/s...ad.php?t=38449
Although the maps that he's published are static images, they give the impression that they're screengrabs from an interactive information display system.
With his permission, I've started implementing a simplified version of that system, using Celestia as the platform.
Here's a screengrab from the initial "proof of principle." It shows the buttons which can be used to select among the stellar system maps.
capture_011_23072017_053030.png
V1.0 is now available at https://www.classe.cornell.edu/~seb/...nceMaps_v1.zip (203 MB, expands to 365 MB, updated 6:45 pm EDT, 30 Aug '17)
It implements buttons which allow you to view the various stellar system maps and planetary maps.
v 0.4 and later are substantially larger than previous versions because I converted Ilanthar's original hires maps to DDS format in order to improve performance. DDS surface texture images can be loaded directly into modern graphics hardware without having to be resized or translated. Celestia still pauses while they're being loaded, though.
My hope is to make a version of the maps which is almost as interactive as their designs suggest. For example:
+ Click on a button and the specified map appears, replacing the previous one. (Implemented in v0.1 and later)
+ Click on a planet or associated button, and it appears above the map, rotating in front of you. (Implemented in v0.2 and later)
+ Click on a planetary system sketch and see those planets orbiting their sun. (implemented in v0.5.)
__________________________________________________ _______________
Visible changes in v0.3
+ Globe sizes are proportional to the planets' radii.
+ Globes are appropriately tilted to the side
+ The viewing month has been adjusted so you can see part of their night sides
+ Atmosphere and clouds have been added.
+ Ilanthar's original high resolution maps are included
+ They'll be used if you select Celestia's menu option
"Render -> Texture Resolution -> High"
- They're slow to load, so you'll see a "Loading..." message, too.
+ added maps of Luna and Hephaesti
o A dummy Scylla is included which was added while tracking down some bugs
Invisible changes:
+ Parts of the script were refactored while tracking down some bugs.
Changes for v0.4:
+ Reactive regions have been given bright outlines
+ The maps now are interactive without needing to invoke a script. The
previous .celx script has been translated into a "ScriptedOrbit" celxx/lua
function which provides interactive functionality as a side-effect.
+ Scylla now uses the map provided by Ilanthar
+ Clouds are now drawn using cloudmaps provided by Ilanthar
+ Credits have been added for maps initially created by Robert Stein III
Changes in v0.5
===============
+ added Hades
+ expanded installation and operational instructions in readme file
+ added GoToMap.celx
+ added viewing of the Hyperion planetary system itself
("The map is not the territory." -- Alfred Korzybski)
+ added "pop-out" of planetary system to Hyperion System map
+ fixed some bugs
Changes in v0.6
===============
+ added Thartar
+ updated all Hyperion Planetary maps to their current versions
+ added Globes and planets w/o labels
+ added lores textures
+ added some hires textures
+ moved Map to be near Carina Nebula
+ added extended Carina Nebula backdrop
+ modified design of buttons slightly
+ redesigned the Hyperion "pop-out" orrery
+ added star orbits
+ fixed some bugs
Changes in v0.7
===============
+ added map (and buttons) of Neosol stellar system
+ improved presentation of orrery
+ used higher resolution image of Carina Nebula (NGC3372)
+ added maps of Milky Way
+ added drop-down menu
Changes in v0.8
===============
+ added Neosol orrery
+ revised galaxy maps and their buttons
+ trimmed Neosol buttons
+ modified orientation of maps with respect to the image of the Carina Nebula.
+ updated HTML page
Changes in v1.0 (August 30, 2017)
===============
+ updated Neosol stellar system map and associated buttons
+ adjusted dropdown menu buttons
+ revised display of Hyperion star system orrery
+ updated orbits of ETA Car
+ attempted to work around a "pause" bug in Celestia v1.7 for Macs
If there are any features that you think should be added in v2, please don't hesitate to let me know.
__________________________________________________ ______
This Addon is designed for use with Celestia v1.6.1 or later. It will not work with earlier versions of Celestia. It seems to work fine with preliminary builds of v1.7.
Celestia is a 3D astronomical visualization program for Windows, MacOS and Linux. It is available for free at
http://sourceforge.net/project/showf...group_id=21302
Also, see http://www.shatters.net/celestia/
If you restore from this Zip file into Celestia's "extras" directory, it should recreate all of the directories and files necessary for this Addon to function. Be sure to read its included "readme" files for updated operational instructions.
Comments and suggestions will be greatly appreciated.
Please report any problems, too. Posting them either in this thread or on the celestiaproject forum is fine. So far there's been one report of difficulties when running under an old version of MacOS which I can't reproduce under Windows or Linux.
Last edited by selden; 08-30-2017 at 06:50 PM. Reason: update for v0.8
Selden
there is a thread started by selden
https://celestiaproject.net/forum/vi...hp?f=6&t=17736
it works
--- 90 seconds to Midnight ---
--------
--- Penguin power!!! ---
This is really cool, Selden!
A few remarks/proposals. I found a bit sad we can't read the labels on the base maps : isnt'it possible to do them bigger?
For the spinning globe view : I can provide planet textures with and without clouds (as in Celestia) if you want, and maybe with a proper planetary grid.
Like this
Sesha nc.jpg&Sesha wc.jpg
I don't know if it's possible, but that would be great to see them spin with the proper axial tilt.
PS : Also, I didn't saw the Mercari globe. It was a blank one.
Yes: I can include your original map images and provide a way to select them. It'll make the Addon bigger and they'll be a little slow to load, but that should be an acceptable tradeoff, I think.
If you can provide a separate cloud texture image, that'd be best, I think: a solid white 32bit png with the shapes of the clouds in its alpha (opacity) channel. Then Celestia can draw the clouds moving across the planet's surface.
For the spinning globe view : I can provide planet textures with and without clouds (as in Celestia) if you want, and maybe with a proper planetary grid.
The globes are defined using Celestia's SSC planet definition, so all of Celestia's planetary options are available, including atmosphere, specularity, clouds, alternate surface textures, long-lat grid overlay, etc. I just haven't specified any of them.
That's easy enough, although there's the question of what direction should be "up" and how to indicate it. Currently it's parallel with the surface of the maps.I don't know if it's possible, but that would be great to see them spin with the proper axial tilt.
Sorry: I made a typo in the SSC file. In the definition for "MercariGlobe" it should havePS : Also, I didn't saw the Mercari globe. It was a blank one.
I accidentally spelled it "Mercark.*"Code:Texture "Mercari.*"
Fixed in next release
Selden
Ok, I'm not sure I've saved all the cloud files, sadly... But I'm gonna have a look.By Selden
If you can provide a separate cloud texture image, that'd be best, I think: a solid white 32bit png with the shapes of the clouds in its alpha (opacity) channel. Then Celestia can draw the clouds moving across the planet's surface.
The globes are defined using Celestia's SSC planet definition, so all of Celestia's planetary options are available, including atmosphere, specularity, clouds, alternate surface textures, long-lat grid overlay, etc. I just haven't specified any of them.
Excellent news. Well, I've used conventionnal directions (north being at the top of the map).That's easy enough, although there's the question of what direction should be "up" and how to indicate it. Currently it's parallel with the surface of the maps.
I wasn't aware of that police ! Well, I'm often guilty then ... I confess I rarely bother to do the poles correctly, because they rarely appear on the planetary globes I used in the end.By JohnVanVliet
there are "river police" HERE,and in the space sim forums I am the "polar / map to a sphere police"
it is not a problem
mostly i make sure that official addons on the main addon site ( celestiaMotherload) work
most of the time it really is not an issue
and i have seen FAR WORSE non mapping , yours is some what close
by the look might not be 90 north to 90 south but 85 north to 85 south
and that would make a difference
all in all not bad
--- 90 seconds to Midnight ---
--------
--- Penguin power!!! ---
v0.3 is now available. The first post has been updated.
Selden
v0.4 is now available. I've updated the first post with details.
Selden