Console Dev week 1+2

Over past 2 weeks i have been looking at the architecture of old consoles. Working in groups we dissected the original playstation we looked at the motherboard and found out where the CPU,GPU,Memory and sound chips were. We then looked up the the specification and did some comparisons to the N64. We looked at early [...]

Intro to 3d Graphics Week 2

This week i have been implementing a Vector class in C++. This was fairly easy once i understood the class and passing in one parameter instead of both vectors as parameters. After that it was just putting the maths i did last week on vectors into code. I made it console based but will try [...]