I am working on a 3D solar system project that involves a rocket rotation around a planet. I tried following this tutorial (https://www.youtube.com/watch?v=7fJgVyq0OYo) to create a skybox for my planets to exist within. Although there are no errors being displayed and I know the skybox is being created, it is nowhere near my planets and rocket and I’m unsure how to make my camera start in the center of the scene.
My code for the current project is on this jsfiddle: https://jsfiddle.net/vhb95zqf/
(The planets wont seem to load since i have the images saved on my computer and not using a source, but hopefully you can still get what I’m making from the code)