as the title states this is a random generated gas giant
and the 4k texture
Random gas giant
-
Topic authorJohn Van Vliet
- Posts: 2944
- Joined: 28.08.2002
- With us: 22 years 2 months
-
Topic authorJohn Van Vliet
- Posts: 2944
- Joined: 28.08.2002
- With us: 22 years 2 months
- TheLostProbe
- Posts: 218
- Joined: 07.05.2020
- Age: 18
- With us: 4 years 6 months
- Location: City of Port Phillip, Melbourne, Australia
I started using gaseous-giganticus...I LOVE what came out of it. (Thanks for ruining me again, John!) The only problem I have is converting the cube map to spherical equatorial projection...The sides come out ok, the poles come out ok, but where the poles meet the mid-latitudes? Not so much. Any advice?
Many thanks for introducing me to this tool!
-M-
Many thanks for introducing me to this tool!
-M-
I've used MMPS to convert between cubemaps and equirectangular ones. It's a command-line program which can convert between several popular map projections. Although initially written for Linux, it works fine under Windows when built under Cygwin. See http://www.users.globalnet.co.uk/~arcus/mmps/
If desired, I can provide the bash script that I've used.
If desired, I can provide the bash script that I've used.
Selden
Until I can figure out how to do this successfully, I found this....
https://360toolkit.co/convert-cubemap-to-spherical-equirectangular
One must pay strict attention to the order it's loaded in. In terms of picture sequence, it would be: 2 (back), 5 (down), 0 (front), 3 (left), 1 (right), 4 (up)
Many thanks, John, for letting us know about this! My gas giants will never be the same!
-M-
https://360toolkit.co/convert-cubemap-to-spherical-equirectangular
One must pay strict attention to the order it's loaded in. In terms of picture sequence, it would be: 2 (back), 5 (down), 0 (front), 3 (left), 1 (right), 4 (up)
Many thanks, John, for letting us know about this! My gas giants will never be the same!
-M-
-
Topic authorJohn Van Vliet
- Posts: 2944
- Joined: 28.08.2002
- With us: 22 years 2 months
i use a terminal only plugin to "Hugin" called "panotools" to convert the cube maps into a simplecylindrical map
https://metacpan.org/pod/distribution/Panotools-Script/bin/erect2cubic
https://metacpan.org/pod/distribution/Panotools-Script/bin/cubic2erect
https://github.com/gitpan/Panotools-Script
an example
the first two lines converts a base simple cylindrical map into a set of 6 cube maps
then i run gaseous-giganticus
then i run cubic2erect to remap back into a simple cylindrical map
https://metacpan.org/pod/distribution/Panotools-Script/bin/erect2cubic
https://metacpan.org/pod/distribution/Panotools-Script/bin/cubic2erect
https://github.com/gitpan/Panotools-Script
an example
Code: Select all
erect2cubic --erect=6.5.1.png --face=1024 --filespec=PNG_m --ptofile=base.pto
nona -o cube_prefix base.pto
./gaseous-giganticus -V -n -c 350 --velocity-factor 1000 -m 1 --cubemap cube_prefix000 --bands 15
cubic2erect gasgiant-0.png gasgiant-1.png gasgiant-2.png gasgiant-3.png gasgiant-4.png gasgiant-5.png yellow1
the first two lines converts a base simple cylindrical map into a set of 6 cube maps
then i run gaseous-giganticus
then i run cubic2erect to remap back into a simple cylindrical map
Looks simple enough, but I've hit a wall...having trouble installing cubic2erect and the panotools script. I wound up here:
http://hg.code.sf.net/p/panotools/Panotools-Script, but I really, really, really do not know what I'm doing, what directory to install it in, etc. I tried following the readme files, but all I did was get confused. I don't know which version I need, and each seems to have slightly different dependencies, install instructions, etc. I am extremely grateful for your patience. Not everyone is a command line wizard, although, I find myself dabbling with it more now that I'm on Linux...a little daunting, but SLOWLY getting used to it.
I thank you for your direction!
-M-
http://hg.code.sf.net/p/panotools/Panotools-Script, but I really, really, really do not know what I'm doing, what directory to install it in, etc. I tried following the readme files, but all I did was get confused. I don't know which version I need, and each seems to have slightly different dependencies, install instructions, etc. I am extremely grateful for your patience. Not everyone is a command line wizard, although, I find myself dabbling with it more now that I'm on Linux...a little daunting, but SLOWLY getting used to it.
I thank you for your direction!
-M-
-
Topic authorJohn Van Vliet
- Posts: 2944
- Joined: 28.08.2002
- With us: 22 years 2 months
Tegmine
i am guessing you are on MS Windows ? most likely Windows 10 ?
here is the wiki page for installing on windows
https://wiki.panotools.org/Install_Panotools-Script_on_Windows
for linux use the python cpan tool and install from the comandline
and for linux it is installed
i am guessing you are on MS Windows ? most likely Windows 10 ?
here is the wiki page for installing on windows
https://wiki.panotools.org/Install_Panotools-Script_on_Windows
for linux use the python cpan tool and install from the comandline
Code: Select all
su -
--- type in your root password ----
cpan Panotools::Script
and for linux it is installed
No...Ubuntu 18.04 LTS 64-bit. (Long story on the conversion to Linux, but now that I have, I wish I had started sooner with it.) Started with Peppermint, (which I still like), and since then I've tried Mint, Zorin, Bodhi and the 32-bit version of Ubuntu 16 which upgraded to v. 18.04 LTS. I tried Deepin, which caught my eye when I first started looking at Linux, but I was having difficulty with the set-up of various programs, namely Thunderbird...my gmail account didn't want to run through it, and I was too lazy to want to check separate locations for my email. I may try it again someday, tho...Deepin is a knockout.
So because I've been using Linux for the past 3 years (hardly expert), I'm no stranger to command line programs, but I still get terribly confused when there is little documentation or when it speaks over my head in "geek speak".
I'm sorry, what was the question?
-M-
So because I've been using Linux for the past 3 years (hardly expert), I'm no stranger to command line programs, but I still get terribly confused when there is little documentation or when it speaks over my head in "geek speak".
I'm sorry, what was the question?
-M-