teaching machines

pinterrm – HW2

I spent the majority of my time on this assignment on figuring out exactly how to draw magnets to the screen. Mostly because I was still stuck in a modeling state of mind and this lead to the thinking that I should upload every vertex as a 3d model of sorts in the orthographic projection […]

Gaussian Pox elwoodld

Overall the project was not conceptually hard. The biggest problems I had were remembering some of the quirks and how to’s of C++. That and making sure I didn’t flip flop variables. and overthinking problems. It was pretty straight forward, once you get the energy, assign color to a range. 

kryzernj-Magnets

  I ran into a few significant snags in the project, the largest of which was probably getting the two different magnets to move individually.  After figuring that out the next problem was actually caused by a simple error with the unbinding of the shader, after solving that and a few other smaller problems the […]

CS 455 Lecture 14 – Perspective

Agenda what ?s the limits of orthographic perspective matrix derivation TODO As a lab exercise, alter one of your renderers to use a perspective projection. (Add a GetPerspective method to Matrix4). In orthographic projections, which don’t really have a physically realistic concept of an eye, we can put the image plane wherever we want, even […]

FISHERJK – Magnets

Thought process: After translating the pseudo-code, the first thing I needed to do was figure out the relationship between the positions and faces of the magnets. I started off drawing the vertices, calculating the positions of the corners, and then labeling them in a counterclockwise manner to account for the face indices. Once I shipped […]

FISHERR – Magnets

For the magnet’s homework, my thought process was as follows: Designing C++ Classes:  The two classes included a MagnetRenderer and a Magnet.cpp file to provide the struct implementation and methods.  I needed to break down the Magnet pseudocode and translate to C++.  For the renderer class, I needed to design how the OnDraw method would […]

Ian Brown magnet

    My first problem with this lab was to fully understand the openGL implementation and learn how to deal with the different coordinate spaces, I ended up using the getOrthographic to just set my GL coordinates to the windows so i could easily switch between the two.  The next big challenge was to get […]

CS 330 Lecture 20 – Static vs. Dynamic

Agenda what ?s static vs. dynamic polymorphism in C enums in C enums in Java TODO Exam on Wednesday. Roughly, we’ve talked about the shell, regex, grammars, modeling programs with abstract syntax trees, assembly, and types. On Friday, we’ll be discussing JNI, which will be used in the next homework. Code charAt.html Haiku

Gaussian Pox – breitc

After remembering the c++ header file syntax I worked on Image then incorporated it in Main.  Difficulties I ran into were my writePPM being very slow initially, but with help got it working and it was easy from there.  I stuck with the simplicity of normalization.

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 […]

1 122 123 124 125 126 232