NASA Shirt

Description

My name: Jinxin Li
My partner's name: Wesley Chau
Object description: A crisp white T-shirt with NASA written on the front chest area in red letters.

Design Process

In the beginning, I tried to draw the t-shirt with lines. After I finished all the lines, I found out that I cannot change the color of the t-shirts, which means once I changed the background color, the t-shirt color will also change. Then I tried to use beginShape function, try to locate each point's coordinate to draw a closed shape. In this way, I can change the color of the background and the color of the t-shirt separately.

Reflection

The language your partner used to describe the image:
He asked me to draw A crisp white T-shirt with NASA written on the front chest area in red letters. In this description, he included the basic object-what is it, the color of the object-white, and the detail of the object-with NASA written on the front chest area in red letters. His word is evident and concise that I can quickly get what he wants me to draw with the details.
Your interpretation of the image:
I think this is not the hard image to draw because the shape of the t-shirt is not the complex as well as there is no complex patterns on the t-shirt. What I need to focus on is how to make this drawing looks intereting. After I finish up the basic shapes I started to play with different functions to make it looks more attractive. The depiction of I used fill(), beginShape(), text(), push(),pop(),arc(),rec(), blendMode(),and rotate()in my drawing.
The differences in interpretation at all stages of the assignment:
In the beginning, I think the most challenging part of this drawing is the NASA logo. I tried different ways to draw the logo; firstly, I tried to load a NASA logo image. However, I think it is not satisfied with our requirements. Secondly, I try to use some lines to draw the letters, but this is too complicated and takes time. Lastly, I found a function called "text", I can write the letter to adjust its position. I think this is one of the best ways to use when we need to write something on our project. After finishing the basic drawing, the biggest challenge for me is to make the image look more attractive. Then I come up with the idea that puts the blendMode into the loops of the drawing, which can make image flashing by blending the color of the NASA to make it match the image's concept. I really like my design, and I think it is fascinating to see how different functions work in the js. Lost and found is a very interesting assignment.