New add on, more n00bish problems
Posted: 10.09.2006, 01:18
i am making another solar system to go along with my book, and i cant display my own textures. I can show other textures but not ones i made. Trying to fix the problem, I made my textures to the same parameters as the others, in this case, jupiter. I made them the same size, same filetype, but it just won't work. If there is a problem with my coding, im too much of an idiot to see it.
Code: Select all
"Serynyx" "Xarynyx"
{
Class "Planet"
Texture "Serynyx.*"
Radius 1700
EllipticalOrbit {
Period 4.9
SemiMajorAxis 0.9
}
RotationPeriod 30
Albedo 0.40
HazeColor [ 0.5 0.35 0.2 ]
HazeDensity 0.35
Radius 6052
Atmosphere {
Height 60
Lower [ 0.0 0.9 0.9 ]
Upper [ 0.8 0.8 0.8 ]
Sky [ 0.0 0.7 0.7 ]
CloudHeight 30
CloudSpeed 300
CloudMap "SerynyxCloud.*"
}
}