How to get objects to rotate on a vertical axis and around another object three.js
问题 you probably noticed me asking quite a few questions related to my project so thank you in advance for all the support. My project consists of a planet earth and moon that rotate around the sun. (They aren't specifically rotating around the sun, it's more just around the 0,0 axis where the sun happens to be). I initially created my geometries and then added them into the scene and then into the orbit group as follows var orbitGroup = new THREE.Object3D(); scene.add(orbitGroup); scene.add