This is my current setup:-
Code: Select all
extras/
mars/
mars.ssc (see below)
textures/
hires/
lowres/
medres/
MarsVT.ctx (see below)
16kMarsBump.png
MarsVT/
level0/
*png files*
level1/
*png files*
level2/
*png files*
level3/
*png files*
level4/
*png files*
My mars.ssc file:-
Code: Select all
AltSurface "MarsVT" "Sol/Mars"
{
Texture "MarsVT.ctx"
BumpMap "16kMarsBump.png"
}
My Mars.ctx file:-
Code: Select all
VirtualTexture
{
ImageDirectory "Mars"
BaseSplit 0
TileSize 512
TileType "png"
}
Without the bump mapping Mars is displayed fine...
I apologise for what are no doubt "noob" questions, but none of these downloads seem to come with the slightest bit of help text (ie: what to put where etc), and I can't seem to find the answers on the forum, or help sites
note: I've tried the bump mapping with the standard textture as well... This does not fry Celestia, but doesn't seem to make any difference to Mars?