#Inventor V2.0 ascii ###################################################################### # # Solar system with Sun, Mercury, Venus, Earth, Earth.moon . # # Copyright (c) 2000 # David C. Banks # ###################################################################### # Sun Separator { Material { diffuseColor 0.9 0.9 0.4 } Sphere { radius 2.0} } # Mercury Separator { Material { diffuseColor 0.9 0.5 0.5 } RotationXYZ { axis Y angle = Calculator { a = ElapsedTime { }.timeOut expression [ "oa=a*10.0" ] } . oa } Transform { translation 3 0 0 } Sphere { radius 0.2} } #Venus Separator { Material { diffuseColor 0.5 0.9 0.5 } RotationXYZ { axis Y angle = Calculator { a = ElapsedTime { }.timeOut expression [ "oa=a*1.0" ] } . oa } Transform { translation 7 0 0 } Sphere { radius 0.5} } #Earth Separator { Material { diffuseColor 0.5 0.9 0.9 } RotationXYZ { axis Y angle = Calculator { a = ElapsedTime { }.timeOut expression [ "oa=a*0.05" ] } . oa } Transform { translation 15 0 0 } Sphere { radius 0.5} # Earth.moon Separator { Material { diffuseColor 0.6 0.6 0.6 } RotationXYZ { axis Y angle = Calculator { a = ElapsedTime { }.timeOut expression [ "oa=a*5.0" ] } . oa } Transform { translation 0.9 0 0 } Sphere { radius 0.2} } }