I have configured Celestia like this:
Code: Select all
--prefix=/usr/local/celestia --with-kde --with-lua=/usr/local/lua
Concerning the problems I mentioned, Celestia displays at startup an error about missing the splash screen, and then some menu entries are apperently missing. The problems are described in this Celestia Users thread http://www.shatters.net/forum/viewtopic.php?t=8579 .
Also, I have tried to install this Earth virtual texture and normal map:
- 32K Earth Surface Map
http://www.celestiamotherlode.net/catalog/show_addon_details.php?addon_id=57
8K Earth Normal Map
http://www.celestiamotherlode.net/catalog/show_addon_details.php?addon_id=486
Code: Select all
AltSurface "Hires VT" "Sol/Earth"
{
Texture "earth-unshaded-hs-32k.ctx"
NormalMap "earth-normal.ctx"
Color [ 0.85 0.85 1.0 ]
SpecularColor [ 0.5 0.5 0.55 ]
SpecularPower 25.0
HazeColor [ 1 1 1 ]
HazeDensity 0.3
}
But when I switch to the alternate surface 'Hires VT', the Earth turns into a white ball and the texture doesn't appear.
The file permissions seem correct and Celestia works fine with the default texture with both the Basic and the Multitexture render paths.
Paolo