Computational Graphics Final Project

3D modeling by Stefano Calcaterra

Follow me onGitHub Download .zip Download .tar.gz

Toga Chair


The Toga chair was designed by Sergio Mazza in 1964. The chair consists of a single piece of modeled fiberglass.


As the original one, the model of the Toga chair consists of a single surface. Through the aid of curves used as reference measures and proportions, eight Bezier curves were designed in the most significant points. The only surface that constitutes the model was generated through the interpolation of these curves. Note: to make the values of a curve more significant than others, when is performed the interpolation with the others one, the specific curve is repeated several times .


            

var surf = MAP(BEZIER(S1)([c1, c2,c2,c2, c3, c4,c4,c4,c4,c4,c4,c4, c5,c5,c5, c6,c6,c6,c6,c6,c6, c7,c7,c7, c8]))(dom1);


Below is shown the result (in Plasm.js) of the modeled parts.

Show Code   |    Show Model