29th October 2019

In Today's graphics lecture, we were presented with the task of converting last weeks 2d graphics rendering project into a program that could receive a 3d MD2 object (presented as a cube) given to us by the lecturer. I had few problems with this as a large amount of the task was making sure the loader read in the correct values, but to get this all you have to do it put certain parameters on the variable watch list in the environment and make sure the program doesn't return -1 in the compilation console. I got this working fairly quickly. In networks and security, we began to move away from the networks side and started heavily focusing on the security side as the task entailed simply implementing a Caesar cypher and a Vigenere square. Due to talking with the lecturer about various topics including the documentation for the assessment (RFC 5321 ) I only got the Caesar cypher implemented but this time helped me compartmentalize the assessment and figure out what kind of tasks are going to be required of me.

Comments