Midterm Review Information

The midterm will be Tuesday, October 22

Topics Covered: You can bring up to 10 pages. There won't be any questions specifically on blender or .obj files.

OpenGL Level of Detail

We've used OpenGL a fair bit, but this also isn't GPU programming. So I wouldn't expect you to know how to use a geometry shader, for example. Since we haven't added lighting, we've only used the fragment shader to apply textures. Some questions I think you should be able to answer:

3D Math

Although we've used 3D math quite a bit, we didn't really dive into the matrix aspect of it. We did cover translation, scaling, and rotation, at least using the GLM library functions for these. Here are some examples of questions I think you should be able to answer: