Decomposition
These are the steps for the 3D reconstruction of Carlton room divider:
- Basement
- First stem
- Second stem
- Third stem
- Disks and tubes
- Bulblight
Frontal view.
Upper view.
These are the steps for the 3D reconstruction of Carlton room divider:
The basement has been realized through the use of CUBOID function.
All stem have been made tamite the rotation about the z axis of a specific profile curve.
The profile curve for the rotation and thus for the generation of first stem has been obtained by the use of BEZIER.
The profile curve for the rotation and thus for the generation of first stem has been obtained by the use of CUBIC_HERMITE.
The profile curve for the rotation and thus for the generation of first stem has been obtained by the use of BEZIER.
Disks have been reconstructed by th extrusione of a ring, obtained by a RING function. Tubes have been obtained by two vertical empty cylindrical surfaces (controlPoints points generated through BEZIER. ) rotated about z.
The bulblight has been generated rotating about z a profile curve, generated through the use of the function CUBIC_HERMITE.
The final result is shown below.
The code of the implementation in Javascript is available here.