Skip to main content

💡 Improving axes

Here are some improvements we could do:

  • Add small camera movements on mouse move.
  • Add a more complex lighting setup with colored lights. Maybe link them to the timeline as well?
  • Use OGL instead of THREE.js as it's a small scene, you could save lots of KBs and learn a lot about WebGL in the process.