For my final canvas project, I decided to create a dolphin jumping out of the water. Bottlenose dolphins are highly intelligent and are able to adapt to their changing environment surprisingly well. As a freshman in college, I was hoping that creating this dolphin would manifest that I too adapt to my changing environment with the same grace and diligence. This project was difficult because of the amount of bezier and quadratic curves. Luckily, patience is one of my best qualities, but I do have to admit that I cried on three separate occasions while completing my project: once while creating the bottom water splashes, and twice while adding color and attempting to give my dolphin volume. Below I will include a picture of my final project, the reference image, and the code used to create it: <!doctype html> <html> <head> <meta charset="UTF-8"> <title> dolphin </title> <!-- import external .js scripts here --> <!-- <script...
Comments
Post a Comment