Does anyone have a clue as to why when I go to the "OpenGL 2.0" render path the textures get all bumpy?
Since I don't now or have ever used this path before i never noticed it till now.
Here are 2 pics of the same planet in different render paths.
http://www.shatters.net/forum/download/file.php?id=2034&t=1
http://www.shatters.net/forum/download/file.php?id=2033&t=1
I even took the base texture, bump map texture, and the spec texture back into my graphics program and enlarged them 2400%. The blotches don't show up there.
I am afraid I am at a loss on this one.
Thanks,
Tim
Specular textures in OpenGL2.0
Re: Specular textures in OpenGL2.0
Some of my textures do that too but I have no idea why.
Re: Specular textures in OpenGL2.0
Need the method by exclusion.
1) planet's texture + specular only > ?
2) planet's texture + bumpmap only > ?
3) the bumpmap is a bumpmap 8, 16 bit internally converted in normal map or is just a normal map?
1) planet's texture + specular only > ?
2) planet's texture + bumpmap only > ?
3) the bumpmap is a bumpmap 8, 16 bit internally converted in normal map or is just a normal map?
Never at rest.
Massimo
Massimo
-
Topic authorfungun
- Posts: 315
- Joined: 30.07.2007
- Age: 63
- With us: 17 years 4 months
- Location: Iowa, USA
Re: Specular textures in OpenGL2.0
I took screen caps of your suggestions.
The bump map is a - grey tone image/256 colors (8 BitsPerPixel)/4096 x 2048 Pixels (8.39 MPixels) (2.00). This is the info that Infraview gives.
Weird they only show up when all 3 textures are used and in OpenGL2.0 render path.
Thanks for your help,
Tim
The bump map is a - grey tone image/256 colors (8 BitsPerPixel)/4096 x 2048 Pixels (8.39 MPixels) (2.00). This is the info that Infraview gives.
Weird they only show up when all 3 textures are used and in OpenGL2.0 render path.
Thanks for your help,
Tim
- John Van Vliet
- Posts: 2944
- Joined: 28.08.2002
- With us: 22 years 3 months
Re: Specular textures in OpenGL2.0
--- edit ---
Last edited by John Van Vliet on 20.10.2013, 08:03, edited 2 times in total.
Re: Specular textures in OpenGL2.0
Supposed also by me what John asking for, the problem seem the bumpmap. Try this:
- do convert the bumpmap 8bit 256colors grayscale to RGB grayscale into a photoretouch program.
- Alternatively, if you have a normal map maker, do make a normal map directly from the planet's texture (do not forgot to change the directive inside the SSC from BumpMap "your_bump.*" to NormalMap "your_normal.*")
- do convert the bumpmap 8bit 256colors grayscale to RGB grayscale into a photoretouch program.
- Alternatively, if you have a normal map maker, do make a normal map directly from the planet's texture (do not forgot to change the directive inside the SSC from BumpMap "your_bump.*" to NormalMap "your_normal.*")
Never at rest.
Massimo
Massimo
-
Topic authorfungun
- Posts: 315
- Joined: 30.07.2007
- Age: 63
- With us: 17 years 4 months
- Location: Iowa, USA
Re: Specular textures in OpenGL2.0
Well, it has to be in the base texture somehow. My graphics program must be adding something to the image.
I went and updated everything that has anything to do with my graphics card. It is now updated to 3-10-2010.
I also found a normal map maker at the ATI site and tried that. It made no differance, the blotches are still there.
The funny thing is, all I did was take "jestr's" Bajor3 vt textures and made one 4096x2048 texture. Using the images in the level 2 folder, I opened each one up, then pasted it into a blank image, made sure they lined up right, then saved it as a jpg.
It makes me wonder now, that by going from a bunch of small png files to one large jpg file, something messed up.
Anyway thanks for the help guys
I can do with out the 2.0 render option, been doing so this long.
I will have to add that information to my readme files though. "Best viewed by not using OpenGL2.0 render path"
Well back to the drawing board to try some other things.
Thanks,
Tim
I went and updated everything that has anything to do with my graphics card. It is now updated to 3-10-2010.
I also found a normal map maker at the ATI site and tried that. It made no differance, the blotches are still there.
The funny thing is, all I did was take "jestr's" Bajor3 vt textures and made one 4096x2048 texture. Using the images in the level 2 folder, I opened each one up, then pasted it into a blank image, made sure they lined up right, then saved it as a jpg.
It makes me wonder now, that by going from a bunch of small png files to one large jpg file, something messed up.
Anyway thanks for the help guys
I can do with out the 2.0 render option, been doing so this long.
I will have to add that information to my readme files though. "Best viewed by not using OpenGL2.0 render path"
Well back to the drawing board to try some other things.
Thanks,
Tim
- John Van Vliet
- Posts: 2944
- Joined: 28.08.2002
- With us: 22 years 3 months
Re: Specular textures in OpenGL2.0
--- edit ---
Last edited by John Van Vliet on 20.10.2013, 08:03, edited 1 time in total.
-
Topic authorfungun
- Posts: 315
- Joined: 30.07.2007
- Age: 63
- With us: 17 years 4 months
- Location: Iowa, USA
Re: Specular textures in OpenGL2.0
Straight from the ATI website, the whole download was alittle over 45mbis this the ati 3d driver from the MS windows update
or the catalyst driver from the ATI web site???
Yes the Hi-res pakage. If I use the vt textures instead of the large one I made it looks fine.i will take a quick look at this
is it this one?
http://celestiamotherlode.net/catalog/s ... don_id=138
Thanks again,
Tim
- John Van Vliet
- Posts: 2944
- Joined: 28.08.2002
- With us: 22 years 3 months
Re: Specular textures in OpenGL2.0
--- edit ---
Last edited by John Van Vliet on 20.10.2013, 08:02, edited 1 time in total.
-
Topic authorfungun
- Posts: 315
- Joined: 30.07.2007
- Age: 63
- With us: 17 years 4 months
- Location: Iowa, USA
Re: Specular textures in OpenGL2.0
A full card.
I just checked Earth, it looks fine too.
Tim
I just checked Earth, it looks fine too.
Tim
-
Topic authorfungun
- Posts: 315
- Joined: 30.07.2007
- Age: 63
- With us: 17 years 4 months
- Location: Iowa, USA
Re: Specular textures in OpenGL2.0
Here is a texture I made by using cut up pieces of a earth texture and pasting into a blue 4096x2048 texture.
You will see it is not as bad except at the coast line.
Thanks,
Tim
You will see it is not as bad except at the coast line.
Thanks,
Tim
- John Van Vliet
- Posts: 2944
- Joined: 28.08.2002
- With us: 22 years 3 months
Re: Specular textures in OpenGL2.0
--- edit ---
Last edited by John Van Vliet on 20.10.2013, 08:01, edited 1 time in total.
Re: Specular textures in OpenGL2.0
That's how my coast lines always look.fungun wrote:Here is a texture I made by using cut up pieces of a earth texture and pasting into a blue 4096x2048 texture.
You will see it is not as bad except at the coast line.
Thanks,
Tim
-
Topic authorfungun
- Posts: 315
- Joined: 30.07.2007
- Age: 63
- With us: 17 years 4 months
- Location: Iowa, USA
Re: Specular textures in OpenGL2.0
I'm sorry it must be in the main Bajor download. I thought it was in the hi-res package, but i guess not.
Thanks,
Tim
Thanks,
Tim