So what do ya'll think?

Malenfant wrote:I guess you could texture the "planets" corresponding to each element according to their native forms - "Gold" would be a gold metallic surface, "Lead" would be a dull grey metallic surface etc. It'd be an interesting educational project I think (especially for you as you're making it, there's lots of fascinating things to learn about the elements). Maybe you could just do the electrons as little blue spheres or something.
Code: Select all
###################################
#hip500000.stc#####################
###################################
# HIP 500000
500000 "Elementary" {
RA 98.0
Dec 5.04
Distance 5
SpectralType "G0"
AppMag 15
}
###################################
Code: Select all
###################################
##hip500000.ssc####################
###################################
"Hydrogen" "Elementary" {
Texture "Sample Blue.jpg"
Radius 500
EllipticalOrbit
{ Period 0.0416666666
SemiMajorAxis 0.000
Eccentricity 0.0000
Inclination 0.00000
}
RotationPeriod 0.0069444444
Albedo 100.0000000000
}
"Electron" "Elementary/Hydrogen" {
Texture "Sample Blue.jpg"
Radius 100
EllipticalOrbit
{ Period 0.000694444
SemiMajorAxis 0.000
Eccentricity 0.0000
Inclination 0.00000
}
RotationPeriod 0.0069444444
Albedo 100.0000000000
}
###################################
Code: Select all
Distance 1 #Distance is measured in AU.
Code: Select all
Radius 5000 #Distance is measured in km.