Use recursion to draw the following snowflake shape generated from 6 sub-fractals of splitting lines. The following figures show recursion depths ranging from 0 to 4. Solution: To solve this
Knowing how to draw random mountains and random clouds, draw a scene that combines both. You may want to check out these tutorials for this project:Drawing random cloudsDrawing random mountains
You programmed to draw a random mesh in a previous project. Now color each polygon with slightly varying colors with colorsys library (don’t use all hue range).