Last night I tried my best to create ring textures for Jupiter and Neptune and guess what? I am no good at creating textures!
Could someone create textures for the rings of Jupiter and Neptune? Please?

Kingsnake wrote:Wow! Looks very nice - excellent job!
Thanks praesepe!![]()
Well, it looks great from here, anyway...
I can't seem to get the rings to show up on my pc. I added the declaration to the solarsys.ssc file and saved the neptune-rings.png to lo/med/hi res folders (just in case) but I'm still not seeing the rings. (Saturn and Uranus are showing their rings fine, btw).
Here's what I've got for Neptune in the .ssc:
"Neptune" "Sol"
{
Texture "neptune.jpg"
Color [ 0.75 0.75 1.0 ]
HazeColor [ 0.6 1 0.75 ]
HazeDensity 0.35
Radius 25225
Oblateness 0.027
CustomOrbit "vsop87-neptune"
EllipticalOrbit
{
Period 164.793
SemiMajorAxis 30.0690
Eccentricity 0.0086
Inclination 1.7692
AscendingNode 131.722
LongOfPericenter 44.971
MeanLongitude 304.880
}
RotationPeriod 16.11
Obliquity 28.03
EquatorAscendingNode 0 # 49.235
Albedo 0.62
}
Rings {
Inner 41900
Outer 62930
Texture "neptune-rings.png"
}
}
What did I do wrong? Please help!![]()
Cheers!
Sean
PS: I would love to see Jupiter's rings as well...
billybob884 wrote:Kingsnake wrote:Wow! Looks very nice - excellent job!
Thanks praesepe!![]()
Well, it looks great from here, anyway...
I can't seem to get the rings to show up on my pc. I added the declaration to the solarsys.ssc file and saved the neptune-rings.png to lo/med/hi res folders (just in case) but I'm still not seeing the rings. (Saturn and Uranus are showing their rings fine, btw).
Here's what I've got for Neptune in the .ssc:
"Neptune" "Sol"
{
Texture "neptune.jpg"
Color [ 0.75 0.75 1.0 ]
HazeColor [ 0.6 1 0.75 ]
HazeDensity 0.35
Radius 25225
Oblateness 0.027
CustomOrbit "vsop87-neptune"
EllipticalOrbit
{
Period 164.793
SemiMajorAxis 30.0690
Eccentricity 0.0086
Inclination 1.7692
AscendingNode 131.722
LongOfPericenter 44.971
MeanLongitude 304.880
}
RotationPeriod 16.11
Obliquity 28.03
EquatorAscendingNode 0 # 49.235
Albedo 0.62
}
Rings {
Inner 41900
Outer 62930
Texture "neptune-rings.png"
}
}
What did I do wrong? Please help!![]()
Cheers!
Sean
PS: I would love to see Jupiter's rings as well...
try miving the rings section so it will look like this:
"Neptune" "Sol"
{
Texture "neptune.jpg"
Color [ 0.75 0.75 1.0 ]
HazeColor [ 0.6 1 0.75 ]
HazeDensity 0.35
Radius 25225
Oblateness 0.027
CustomOrbit "vsop87-neptune"
EllipticalOrbit
{
Period 164.793
SemiMajorAxis 30.0690
Eccentricity 0.0086
Inclination 1.7692
AscendingNode 131.722
LongOfPericenter 44.971
MeanLongitude 304.880
}
RotationPeriod 16.11
Obliquity 28.03
EquatorAscendingNode 0 # 49.235
Rings {
Inner 41900
Outer 62930
Texture "neptune-rings.png"
}
Albedo 0.62
}
maybe that will work...
Kingsnake wrote:Wow! Looks very nice - excellent job!
Thanks praesepe!![]()
Well, it looks great from here, anyway...
I can't seem to get the rings to show up on my pc. I added the declaration to the solarsys.ssc file and saved the neptune-rings.png to lo/med/hi res folders (just in case) but I'm still not seeing the rings. (Saturn and Uranus are showing their rings fine, btw).
Here's what I've got for Neptune in the .ssc:
"Neptune" "Sol"
{
Texture "neptune.jpg"
Color [ 0.75 0.75 1.0 ]
HazeColor [ 0.6 1 0.75 ]
HazeDensity 0.35
Radius 25225
Oblateness 0.027
CustomOrbit "vsop87-neptune"
EllipticalOrbit
{
Period 164.793
SemiMajorAxis 30.0690
Eccentricity 0.0086
Inclination 1.7692
AscendingNode 131.722
LongOfPericenter 44.971
MeanLongitude 304.880
}
RotationPeriod 16.11
Obliquity 28.03
EquatorAscendingNode 0 # 49.235
Albedo 0.62
} <----------------------- this bracket should not be here, it tells celestia that de planet definition for neptune is over, remove it and it should run fine![]()
Rings {
Inner 41900
Outer 62930
Texture "neptune-rings.png"
}
}
What did I do wrong? Please help!![]()
Cheers!
Sean
PS: I would love to see Jupiter's rings as well...
Kingsnake wrote:Wow! Looks very nice - excellent job!
Thanks praesepe!![]()
Well, it looks great from here, anyway...
I can't seem to get the rings to show up on my pc. I added the declaration to the solarsys.ssc file and saved the neptune-rings.png to lo/med/hi res folders (just in case) but I'm still not seeing the rings. (Saturn and Uranus are showing their rings fine, btw).