Job description
We need a simple 3D model of a box to start with so that we can then use it for further processing in the application. We would like it to be possible to import it later in Three.js. Detailed project guidelines:
Model construction: The box model should be created from separate meshes (mesh) for each wall, which will allow independent manipulation of each wall.
UV-maps: It is important for the model to have well-crafted UV-maps to apply graphics to each wall. Each wall of the model should have a properly laid out UV-map, which will facilitate later texturing from Three.js.
Rigging or mesh modification: You can prepare the model in such a way that the carton consists of separate parts (e.g. individual walls), which can be easily animated in Three.js (e.g. opening and unfolding). Alternatively, you can use a skeleton system (rigging) or take care of appropriate pivots that will allow smooth transformations.
... and more