teaching machines

Madeup Models

May 7, 2015 by . Filed under cs455, postmortems, spring 2015.

First I tried simply drawing a model by manually moving, attempting to recreate the Mirror’s Edge logo didn’t go well at all. Turns out I’m really bad at that.

gah

 

So I decided to check out the rotate function next making a cake-like object

cake

 

Next was creating a noodle-like object  with loops

noodle

 

I used the looping structure to create a double helix, but don’t know if there is a way to stop it from connecting certain points so there is a line going through the middle.

doublehelix

 

Here’s a surface of waves when I figured out how to change the color.

wave

 

The last object is a sphere, which I was surprised at how easy it was to make.

sphere