Project #1 Lost&Found - circular silver band

Description

A circular band of silver which small red gemstones were set in a row into.

Design Process

2D primitives, fill() and blendMode(), Translate(), Rotate(), Push(), Pop()

Reflection

I received a sentence from my partner, I think the circular must be precious to my partner. Maybe it’s a bracelet given by her friend or someone else very important to her. I used the following methods: 2D primitives, fill() and blendMode(), translate(), rotate(), push(), pop(). I used ellipse() to draw many ovals to create the foundation of the circular band, then I used rect() and ellipse() to draw red gemstones. At last, I used bezier() to make some decorations. The biggest difficulty I met in this assignment it to calculate the coordinates of these gemstones.