Beskjeder

Publisert 21. nov. 2012 13:13

The language in which the exam questions will be given is English. The answers can be given either in English or Norwegian.

Publisert 11. nov. 2012 01:21

The results of Oblig 4 submissions have been sent. If you sent in the Oblig 4 code and received nothing by morning of 11.11.2012 - please contact me at bartloms@ifi.uio.no

The retry/correction deadline is 15th of November 2012. This is the absolut last deadline for all things oblig related. This date has also been marked in the "Detaljert undervisningsplan".

Publisert 10. nov. 2012 00:02

The notifications regarding Oblig 4 submissions have been sent, so if you sent in the Oblig 4 code and received nothing - please contact me at bartloms@ifi.uio.no The results are expected on Sunday.

Also - there is a final deadline for everything oblig related (submissions, corrections etc.). The deadline is 15th November. So please make sure that the code you are submitting/correcting is doing everything that is required.

Publisert 21. okt. 2012 22:34

The results of Oblig 3 submissions have been sent. If you sent in the Oblig 3 code and received nothing by morning of 22.10.2012 - please contact me at bartloms@ifi.uio.no

The retry/correction deadline is 29th of October 2012. This date has also been marked in the "Detaljert undervisningsplan".

Publisert 19. okt. 2012 17:09

The notifications regarding Oblig 3 submissions have been sent, so if you sent in the Oblig 3 code and received nothing - please contact me at bartloms@ifi.uio.no The results are expected on Sunday.

Publisert 11. okt. 2012 15:44

Code from todays coding session has been posted here

Publisert 5. okt. 2012 00:28

Code from todays coding session has been posted here

The lighting problems we were having:

  • When there was no shader present - the problem was us not providing the normals for OpenGL and thus the lighting calculations were based on automatically generated normals. This along with sparse geometry of the cube produced odd lighting effects.
  • When there was a shader in use - the odd lighting effect on the cube comes from my mistake of not transforming normals to view space via an appropriate matrix. Take a look at the shader code.

Publisert 1. okt. 2012 16:38

The results of Oblig2 submissions have been sent. If you sent in the Oblig 2 code and received nothing by morning of 2.10.2012 - please contact me at bartloms@ifi.uio.no

The retry/correction deadline is 9th of October 2012. This date has also been marked in the "Detaljert undervisningsplan".

Publisert 30. sep. 2012 05:11

The notifications regarding Oblig2 submissions have been sent, so if you sent in the Oblig 2 code and received nothing - please contact me at bartloms@ifi.uio.no The results are expected on Tuesday.

Publisert 21. sep. 2012 04:25

Code from todays coding session has been posted here

Publisert 18. sep. 2012 02:58

The results of Oblig1 submissions have been sent. If you sent in the Oblig 1 code and received nothing by morning of 18.09.2012 - please contact me at bartloms@ifi.uio.no

The retry/correction deadline is 25th of September 2012. This date has also been marked in the "Detaljert undervisningsplan".

Publisert 16. sep. 2012 21:47

I will be having office hours during which you can drop by unannounced and ask seek my help with the course. The office hours will be 10-12 every Monday starting with 17-09-2012.

Publisert 14. sep. 2012 20:11

The notifications regarding Oblig1 submissions have been sent, so if you sent in the Oblig 1 code and received nothing - please contact me at bartloms@ifi.uio.no The results are expected on Tuesday.

Publisert 12. sep. 2012 18:18

The Linux Compilation Guide has been update with new versions, new linking to shared libraries and a previous problems (one problem so far) section.