realined Mercury texture

Tips for creating and manipulating planet textures for Celestia.
Avatar
Topic author
John Van Vliet
Posts: 2944
Joined: 28.08.2002
With us: 22 years 2 months

realined Mercury texture

Post #1by John Van Vliet » 10.02.2007, 06:53

--- edit ---
Last edited by John Van Vliet on 19.10.2013, 02:25, edited 1 time in total.

danielj
Posts: 1477
Joined: 15.08.2003
With us: 21 years 3 months

Re: realined Mercury texture

Post #2by danielj » 11.02.2007, 02:38

I downloaded the textures,but they didn??t work in Celestia 1.5.0 pre.
I think Celestia has a problem with VT textures in .png format...


john Van Vliet wrote:hi my 8k Mercury map was 195 px. off .So seeing as i had a bit of time i reoffset it and did a bumpmap ( 100% airbrushed ) and a normalmap using nms
hear are the links

Mercury_L0123.zip --------- http://www.filefactory.com/file/7928b9
8kMerBump16bit.zip -------- http://www.filefactory.com/file/287816/
MercuryNormal_L0123.zip --- http://www.filefactory.com/file/398709/

the bumpmap is a 16 bit unsinged .gray image
I work with unsinged and not singed images
here is a hack for using unsinged images in nms

Code: Select all

short readS16(FILE *in)
{
    short b2;
   
    fread(&b2, 2, 1, in);

    if (byteSwap == 1)
     
       b2 = (((b2 & 0xff00)) >> 8) | (((b2 & 0x00ff)) << 8);
   
    return (short) (b2 +32767);
}
-------------------------------------- orig-------------------------------------
short readS16(FILE *in)
{
    short b2;
   
    fread(&b2, 2, 1, in);

    if (byteSwap == 1)
     
       b2 = (((b2 & 0xff00)) >> 8) | (((b2 & 0x00ff)) << 8);
   
    return (short) b2 ;
}


Johaen
Posts: 341
Joined: 14.01.2006
With us: 18 years 10 months
Location: IL, USA

Post #3by Johaen » 11.02.2007, 15:36

The textures work just fine for me in 1.5.0 pre2. I used the base map and the normal map. Some work was needed to put the textures in their proper folders, create the .ctx for the normal map and the .ssc for the alt texture. It looks properly aligned to me, and looks quite detailed, although it's fairly obvious where the edge of the "limit of knowledge" is. Probably not easy to do anything about that though. Thanks for your work John.
AMD Athlon X2 4400+; 2GB OCZ Platinum RAM; 320GB SATA HDD; NVidia EVGA GeForce 7900GT KO, PCI-e, 512MB, ForceWare ver. 163.71; Razer Barracuda AC-1 7.1 Gaming Soundcard; Abit AN8 32X motherboard; 600 watt Kingwin Mach1 PSU; Windows XP Media Center SP2;

Avatar
Topic author
John Van Vliet
Posts: 2944
Joined: 28.08.2002
With us: 22 years 2 months

Post #4by John Van Vliet » 11.02.2007, 18:23

--- edit ---
Last edited by John Van Vliet on 19.10.2013, 02:25, edited 1 time in total.

Avatar
selden
Developer
Posts: 10192
Joined: 04.09.2002
With us: 22 years 2 months
Location: NY, USA

Post #5by selden » 11.02.2007, 19:12

John,

While .ctx files are easy for you and me, Celestia novices have not the slightest idea what to do with VT files. They see that they're supposed to make planets look better, so they download hundreds of megabytes of stuff, and then can't find any way to get them to do anything at all. So far as they're concerned, you've made them waste time and bandwidth for no purpose whatsoever. It's extremely frustrating for them.
Selden

danielj
Posts: 1477
Joined: 15.08.2003
With us: 21 years 3 months

Post #6by danielj » 12.02.2007, 00:39

Could be hardware compatibility.You have a MONSTER COMPUTER,with dual core,lots of RAM and even 512 MB of video.Maybe this helps or maybe you only get it by chance...
Anyway,I put the VT straight in the solarsys.ssc and didn??t create any ssc.But the problem is even for non begginers,it??not that easy to create VT textures,because your VT texture should be adjusted to the specific normal texture and not for a generic normal texture...


Johaen wrote:The textures work just fine for me in 1.5.0 pre2. I used the base map and the normal map. Some work was needed to put the textures in their proper folders, create the .ctx for the normal map and the .ssc for the alt texture. It looks properly aligned to me, and looks quite detailed, although it's fairly obvious where the edge of the "limit of knowledge" is. Probably not easy to do anything about that though. Thanks for your work John.

Avatar
Topic author
John Van Vliet
Posts: 2944
Joined: 28.08.2002
With us: 22 years 2 months

re

Post #7by John Van Vliet » 12.02.2007, 02:02

--- edit ---
Last edited by John Van Vliet on 19.10.2013, 02:25, edited 1 time in total.

Avatar
Topic author
John Van Vliet
Posts: 2944
Joined: 28.08.2002
With us: 22 years 2 months

re

Post #8by John Van Vliet » 12.02.2007, 02:11

--- edit ---
Last edited by John Van Vliet on 19.10.2013, 02:26, edited 1 time in total.

danielj
Posts: 1477
Joined: 15.08.2003
With us: 21 years 3 months

Re: re

Post #9by danielj » 12.02.2007, 10:55

Sorry,I didn??t know...

john Van Vliet wrote:To: danielj
"
Could be hardware compatibility.You have a MONSTER COMPUTER,with dual core,lots of RAM and even 512 MB of video.Maybe this helps or maybe you only get it by chance...
Anyway,I put the VT straight in the solarsys.ssc and didn??t create any ssc.But the problem is even for non begginers,it??not that easy to create VT textures,because your VT texture should be adjusted to the specific normal texture and not for a generic normal texture...


"

i run celestia on a very OLD dell ( aprox 6 years old)
PEN 4 350 GIG FER.
512 MEG RAM
AND A NIVIDA GE0-FORCE440 WITH 64 MEG ON BORAD RAM
a very old system and i get about 35 frames/ sec. with ALL my BIG maps


Return to “Textures”