How do i use bumpmaps?
-
Topic authorCheNiz
How do i use bumpmaps?
I have some bumpmaps downloaded but i dont know how to use them. What should i write in solarsys.ssc? I couldnt find it anywhere. please help!
Bumpmaps
Well, it's actually fairly simple. You just type in the name of your planet, and then the word "bump" directly succeeding your planet name. Afterwards, you type in the type of bumpmap image, where most, if not all, bumpmaps are .jpg images. This is all typed on one line, I believe just below the texture line determining the planet's texture, in the ssc file. Here's a hypothetical example:
"Gyshentray" "Rigel Kentaurus A"
{
Texture "Gyshentray.jpg"
Bumpmap "Gyshentraybump.jpg"
(other succeeding information...)
And that's all there pretty much is to it. I hope this helps a little .
"Gyshentray" "Rigel Kentaurus A"
{
Texture "Gyshentray.jpg"
Bumpmap "Gyshentraybump.jpg"
(other succeeding information...)
And that's all there pretty much is to it. I hope this helps a little .
-
Topic authorCheNiz
Thanks
Thanks for the help. I got some bumpmaps working. But there is this bumpmap for Earth, which i downloaded from this link: http://www.celestiaproject.net/~t00fri/texture ... thbump.jpg ,doesnt seem to be working. There is a preview of that bumpmap here http://www.celestiaproject.net/~t00fri/texture ... thbump.jpg , but mine doesnt look this good. and even though i wrote the correct lines in solarsys.ssc, i cant get a 3d feeling from the look. it still looks flat. i dont know if i'm doing something wrong. And which value should i give to the BumpHeight for Earth?
Please write any advices.
Please write any advices.
- John Van Vliet
- Posts: 2944
- Joined: 28.08.2002
- With us: 22 years 2 months
flate image
using that image it will look flat . If you have the GIMP use it to increase the contrast a little bit
Also ajust the bump hight
{
BumpMap "EarthBump.png"
BumpHeight 9.5 #7 to 12 very bumpy#
Atmosphere {
Height 60
Lower [ 0.5 0.5 0.65 ]
Upper [ 0.3 0.3 0.6 ]
Sky [ 0.3 0.6 0.9 ]
CloudHeight 25
CloudSpeed 165
CloudMap "earth-clouds.dds"
}
Also ajust the bump hight
{
BumpMap "EarthBump.png"
BumpHeight 9.5 #7 to 12 very bumpy#
Atmosphere {
Height 60
Lower [ 0.5 0.5 0.65 ]
Upper [ 0.3 0.3 0.6 ]
Sky [ 0.3 0.6 0.9 ]
CloudHeight 25
CloudSpeed 165
CloudMap "earth-clouds.dds"
}