Daily Archives: November 12, 2014

Weekly programming – Templated Linked List (v46)

This weekend I created a linked list class using tutorials from “Paul Programming” on Youtube (link). This linked list was locked to integer variables.
This tuesday we had a lecture on template programming and I set out to modify my linked list into a templated one.
Before I got it working I had problems with these things;
I started by changing all functions IN the class by adding template to them. THEN I added the template to the entire LinkedList class. I got errors that I […]

/ Comments Off on Weekly programming – Templated Linked List (v46)
Program: Programming

Weekly programming – Templated Linked List (v46)

This weekend I created a linked list class using tutorials from “Paul Programming” on Youtube (link). This linked list was locked to integer variables.
This tuesday we had a lecture on template programming and I set out to modify my linked list into a templated one.
Before I got it working I had problems with these things;
I started by changing all functions IN the class by adding template to them. THEN I added the template to the entire LinkedList class. I got errors that I […]

/ Comments Off on Weekly programming – Templated Linked List (v46)
Program: Programming

Weekly programming – Templated Linked List (v46)

This weekend I created a linked list class using tutorials from “Paul Programming” on Youtube (link). This linked list was locked to integer variables.
This tuesday we had a lecture on template programming and I set out to modify my linked list into a templated one.
Before I got it working I had problems with these things;
I started by changing all functions IN the class by adding template to them. THEN I added the template to the entire LinkedList class. I got errors that I […]

/ Comments Off on Weekly programming – Templated Linked List (v46)
Program: Programming

Weekly programming – Templated Linked List (v46)

This weekend I created a linked list class using tutorials from “Paul Programming” on Youtube (link). This linked list was locked to integer variables.
This tuesday we had a lecture on template programming and I set out to modify my linked list into a templated one.
Before I got it working I had problems with these things;
I started by changing all functions IN the class by adding template to them. THEN I added the template to the entire LinkedList class. I got errors that I […]

/ Comments Off on Weekly programming – Templated Linked List (v46)
Program: Programming

2D Computer Graphics

My first week on the new course 2D Computer Graphics have kicked off and I have made some nice progress.
Learned a lot of new techniques such as how to hold the pencil right when you sketch.
We started off the week with croquis, which is when you draw quick and sketchy drawing of a live model and after a certain time the model changes pose and another croquis is drawn.
This week assignment we have to sketch twenty thumbnails (see my picture) of a character that will be in […]

/ Comments Off on 2D Computer Graphics
Program: Graphics

2D Computer Graphics

My first week on the new course 2D Computer Graphics have kicked off and I have made some nice progress.
Learned a lot of new techniques such as how to hold the pencil right when you sketch.
We started off the week with croquis, which is when you draw quick and sketchy drawing of a live model and after a certain time the model changes pose and another croquis is drawn.
This week assignment we have to sketch twenty thumbnails (see my picture) of a character that will be in […]

/ Comments Off on 2D Computer Graphics
Program: Graphics

2D Computer Graphics

My first week on the new course 2D Computer Graphics have kicked off and I have made some nice progress.
Learned a lot of new techniques such as how to hold the pencil right when you sketch.
We started off the week with croquis, which is when you draw quick and sketchy drawing of a live model and after a certain time the model changes pose and another croquis is drawn.
This week assignment we have to sketch twenty thumbnails (see my picture) of a character that will be in […]

/ Comments Off on 2D Computer Graphics
Program: Graphics

2D Computer Graphics

My first week on the new course 2D Computer Graphics have kicked off and I have made some nice progress.
Learned a lot of new techniques such as how to hold the pencil right when you sketch.
We started off the week with croquis, which is when you draw quick and sketchy drawing of a live model and after a certain time the model changes pose and another croquis is drawn.
This week assignment we have to sketch twenty thumbnails (see my picture) of a character that will be in […]

/ Comments Off on 2D Computer Graphics
Program: Graphics

Assignment 1 final

So I am as always late with this but I finally finished this one as well and in doing so is at least finished with the blog posts for assignment one, after assignment two no less.
So first we go through the different kind of maps used in most 3d games.
Firstly diffuse map.
I went through this quite well in the last post but anyway quick recap.  Diffuse maps are the base of the texture the colors that it starts off with. […]

/ Comments Off on Assignment 1 final
Program: Graphics

Assignment 1 final

So I am as always late with this but I finally finished this one as well and in doing so is at least finished with the blog posts for assignment one, after assignment two no less.
So first we go through the different kind of maps used in most 3d games.
Firstly diffuse map.
I went through this quite well in the last post but anyway quick recap.  Diffuse maps are the base of the texture the colors that it starts off with. […]

/ Comments Off on Assignment 1 final
Program: Graphics

Assignment 1 final

So I am as always late with this but I finally finished this one as well and in doing so is at least finished with the blog posts for assignment one, after assignment two no less.
So first we go through the different kind of maps used in most 3d games.
Firstly diffuse map.
I went through this quite well in the last post but anyway quick recap.  Diffuse maps are the base of the texture the colors that it starts off with. […]

/ Comments Off on Assignment 1 final
Program: Graphics

Assignment 1 final

So I am as always late with this but I finally finished this one as well and in doing so is at least finished with the blog posts for assignment one, after assignment two no less.
So first we go through the different kind of maps used in most 3d games.
Firstly diffuse map.
I went through this quite well in the last post but anyway quick recap.  Diffuse maps are the base of the texture the colors that it starts off with. […]

/ Comments Off on Assignment 1 final
Program: Graphics