Starting my journey in web development, it seems like I'll be delving into Three.js. However, I'm a bit unsure of where to begin and how to navigate this new territory.
The idea is to have an STL file displayed on my webpage with three text fields for length, width, and height. When the user clicks "generate," a cubic volume will be engraved on one side of the STL file. The updated model can then be downloaded.
I've been trying to install Three.js and familiarize myself with it. While I have dabbled in CSS, HTML, and some JS, as well as manipulated 3D models in Blender, doing so within a web environment is uncharted territory for me.