diff --git a/earth/earth.js b/earth/earth.js index a99b5f5..daddb90 100644 --- a/earth/earth.js +++ b/earth/earth.js @@ -15,11 +15,11 @@ export const pivot = new THREE.Object3D(); earth.add(pivot); -earth.position.x = 100; +earth.position.x = -100; var forward = true; export function rotation(){ earth.rotation.y += 0.01; - pivot.rotation.x -= 0.025; + pivot.rotation.y -= 0.05; } diff --git a/index.html b/index.html index 994734c..1641a9d 100644 --- a/index.html +++ b/index.html @@ -7,7 +7,13 @@