diff options
author | rodri <rgl@antares-labs.eu> | 2024-06-07 11:28:32 +0000 |
---|---|---|
committer | rodri <rgl@antares-labs.eu> | 2024-06-07 11:28:32 +0000 |
commit | 7667c666663dbe35c8dcb783670e3c083c5c4ce8 (patch) | |
tree | 8bb721220b20f338f27c4bebfdfb92ed5124c1e4 | |
parent | a70bb15d625a4b8ab554ae7be93626218caf3a94 (diff) | |
download | 3dee-7667c666663dbe35c8dcb783670e3c083c5c4ce8.tar.gz 3dee-7667c666663dbe35c8dcb783670e3c083c5c4ce8.tar.bz2 3dee-7667c666663dbe35c8dcb783670e3c083c5c4ce8.zip |
add more info to the readme.
-rw-r--r-- | readme | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -36,6 +36,9 @@ USAGE - holding down the LMB while moving the cursor will change the scene orientation. - to quit press Del. + Vis also has a hidden option, ι, which enables inception mode. + Use it wisely, or you might never come back. + med @@ -79,3 +82,11 @@ USAGE the current date. Click on it and enter a new date—with the same format—to grab the ephemerides from that date and update planet positions. + +CUBEMAPS + + The skyboxes for vis and solar are stored in the cubemap/ folder. To use + them you first have to convert them from JPEG to image(6), using the + helper script (conv) available in each of them. + + % for(d in cubemap/*)@{ cd $d && conv } |