var v = 20; //公転の速度 mesh2.position = new THREE.Vector3( a*e+a*Math.cos(v*Math.PI/180*step), b*Math.sin(v*Math.PI/180*step), 0 );