# HG changeset patch # User e085737@tamayose-syuuichi-no-macbook.local # Date 1289453489 -32400 # Node ID a1cee26697e7931de8a5c44988d1cc952900e97d # Parent fccccbcc94be24a5a9bf40ceb978d98fe5fad7d4 vacuum diff -r fccccbcc94be -r a1cee26697e7 Earth_x/universe_x.html --- a/Earth_x/universe_x.html Mon Nov 08 16:14:24 2010 +0900 +++ b/Earth_x/universe_x.html Thu Nov 11 14:31:29 2010 +0900 @@ -134,8 +134,8 @@ reshape(ctx); ctx.clear(ctx.COLOR_BUFFER_BIT | ctx.DEPTH_BUFFER_BIT); - //var Moon = new star( ctx.obj.Moon, null, currentAngle, 20, 0, 0, 0.3); - var Moon = new star( ctx.obj.Moon, Moon, currentAngle , 200, 0, 0, 0.6); + var Moon2 = new star( ctx.obj.Moon, null, currentAngle, 20, 0, 0, 0.3); + var Moon = new star( ctx.obj.Moon, Moon2, currentAngle , 200, 0, 0, 0.6); var Earth = new star( ctx.obj.Earth, Moon, currentAngle, 0, 0, 0, 1.0); diff -r fccccbcc94be -r a1cee26697e7 Earth_x/universe_x.html~ --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Earth_x/universe_x.html~ Thu Nov 11 14:31:29 2010 +0900 @@ -0,0 +1,203 @@ + + + Earth and Mars + + + + + + + + + +