I'm new to Cellestia. I'm a grade 3/4 teacher and I'd like to use Cellestia in my classroom. I'm having a lot of fun with the program so far, but there are no textures included for some of the planetary bodies, such as Earth's moon, and various other planets.
I downloaded the texture file for the moon here:
http://celestiamotherlode.net/creators/ ... n16KVT.zip
and decompressed it.
I then copied the "Moon16K VT" folder to the /usr/share/cellestia/textures/medres/ folder.
I then edited the following section of my solarsys.ssc file to include the new texture info:
VirtualTexture
{
ImageDirectory "Moon16K VT"
BaseSplit 0
TileSize 512
TileType "dds"
}
Code: Select all
"Moon" "Sol/Earth"
{
Texture "moon.*"
BumpMap "moonbump.*"
BumpHeight 3.5
Radius 1737.53
# Oblateness 0.002
InfoURL "http://www.nineplanets.org/luna.html"
VirtualTexture
{
ImageDirectory "Moon16K VT"
BaseSplit 0
TileSize 512
TileType "dds"
}
CustomOrbit "moon"
EllipticalOrbit {
Period 27.321661
SemiMajorAxis 384400
Eccentricity 0.054900
Inclination 5.15
}
OrbitFrame {
EquatorJ2000 { Center "Sol/Earth" }
}
UniformRotation
{
Inclination 23.45
AscendingNode 0.0
MeridianAngle 38
}
LunarLambert 1.0
Albedo 0.12
}
After doing all of this, I still have no textures showing on my Moon, just a plain, white orb.
What am I missing?