teaching machines

Madeup – rogersta

I’m not so great at the mathematical geometry stuff so these are pretty random. I was just trying different things to make cool looking objects with simple code. repeat 361 move 5 yaw sin 90 end repeat 90 pitch sin 90 repeat 361 move 5 yaw sin 90 end end tube ———————————————————– radius = 100 […]

Sceen – rogersta

My thought process for this was to first figure out how to add more objects and position them how I wanted, then to add texture. I got textures looking nice on a 2d plane but had a bit of trouble on the 3d objects. The first thing I got working was a cube, although pretty […]

Magnets – rogersta

I had many hurdles to deal with for this assignment, hence it being so late. I fell behind early in the class so I had to spent the majority of the time working on this just learning what I was supposed to already know. I also struggled with getting the right values in the right […]

Gaussian Pox rogersta

Once I relearned how to C++ everything went fairly smoothly. I did have some trouble normalizing the energies since I accidentally did the math backwards. That messed with my head for a while since the ppm file was coming out with some really strange values. My initial plan was to get the grey scale bumps […]

Just a sword