Description:
Course newsgroup
|
|
|
Office Hours this Week
|
| |
Hi Everyone, I will be moving my office hours this week to Tuesday from 9:00-10:00am, and will not be in the office at the usual time on Monday morning. Brad
|
|
A3 z-buffer
|
| |
I noticed that in on_realize() in viewer.cpp the depth test is enabled even though z-buffer should be off by default. The way I understand it, the depth test should be disabled when the z-buffer is off. Is it okay to leave glEnable(GL_DEPTH_TEST) in on_realize()? Thanks, Andrew
|
|
A2: rotations
|
| |
Someone asked a clarification about how the interface should work for transformations on the model in assignment 1. The assignment clearly states that in model interactions, all transformations work on the local axis of the model (e.g. for rotations, mouse button 1 would rotate the box about the local x axis).... more »
|
|
Manual
|
| |
Hi, For future reference, the manual is meant to be a concise explaination of any assumptions you have made about the assignment specifications, explainations of any extra features you may have implemented, and what objectives were not completed. It is not meant to be a "manual" in the usual sense of the word. In particular, you should not describe in great... more »
|
|
Note about Compiling Executable for Assignments
|
| |
Hi, When marking Assignment 0, there were quite a few submissions that submitted an executable that was NOT compiled on gl.student.cs.uwaterloo.ca. It is required that your code is compiled on a gl.student.cs machine so please make sure to do so for the rest of the assignments. Cheers, Daniel Yim... more »
|
|
Screenshots
|
| |
Hi, In the Assignment Specifications document, it says that the screenshots should start at the number 01, but in the A0 document, it says that it wants the screenshot to be called screenshot00.png. Is that only for A0? Do we start at 00 or 01 for future assignments? Thanks, -Edward Lau
|
|
Small Kubuntu question
|
| |
Hi, I have a small question - when I'm in the lab environment working on my assignment the keyboard shortcut shift + backspace seems to log me out. This is extremely vexing as all my windows get closed and all my unsaved data disappears in the blink of an eye. Does anyone know how to disable this functionality in the environment? I've looked around... more »
|
|
how to run paint488?
|
| |
Hi, I ran ./paint488 on cpu-linux machines, but got this message saying, Gtk-WARNING **: cannot open display: Do I have to go to lab to run the program?
|
|
|