Yearly Archives: 2014
A new Beginning
Ahh, the old is ending and the new beginning.
Lo there is light in the darkness though since it is only one new course and it is game programming, this should be fun.
Aye beginning a new course again, so a new week where you have to start learning everything from the start.
Having studied a few basic courses in programming before I had to learn it all anew, cause you forget most of it quickly and need to refresh it constantly to […]
A new Beginning
Ahh, the old is ending and the new beginning.
Lo there is light in the darkness though since it is only one new course and it is game programming, this should be fun.
Aye beginning a new course again, so a new week where you have to start learning everything from the start.
Having studied a few basic courses in programming before I had to learn it all anew, cause you forget most of it quickly and need to refresh it constantly to […]
3D character model FINAL
So here is the final model with its texture set I created for the assignment 3 of my 3D computer graphics course. The diffuse map is all hand painted by myself except for a wool texture that can be slightly seen on the scarf. If you want to know more of the modeling process and other information about this character I suggest you check out my previous blog posts; So here is the final model with its texture set I created for the assignment 3 of my 3D computer graphics course. The diffuse map is all hand painted by myself except for a wool texture that can be slightly seen on the scarf. If you want to know more of the modeling process and other information about this character I suggest you check out my previous blog posts;
Update 1
3D character model FINAL
Update 1
3D character model FINAL
So here is the final model with its texture set I created for the assignment 3 of my 3D computer graphics course. The diffuse map is all hand painted by myself except for a wool texture that can be slightly seen on the scarf. If you want to know more of the modeling process and other information about this character I suggest you check out my previous blog posts; So here is the final model with its texture set I created for the assignment 3 of my 3D computer graphics course. The diffuse map is all hand painted by myself except for a wool texture that can be slightly seen on the scarf. If you want to know more of the modeling process and other information about this character I suggest you check out my previous blog posts;
Update 1
3D character model FINAL
Update 1
Game programming wk.1
We started learning programming this week, how exciting is that!?! I have been waiting for this since I started this education. Thankfully I have experience when it come to programing, I studied C++, C# and Java.
Even though, this week covered the very basics to learn programming C++, i have learned a lot. It seems to me that the course is moving at a remarkable speed, it won’t be long until we face the advanced stuff that will make our heads […]
Game programming wk.1
We started learning programming this week, how exciting is that!?! I have been waiting for this since I started this education. Thankfully I have experience when it come to programing, I studied C++, C# and Java.
Even though, this week covered the very basics to learn programming C++, i have learned a lot. It seems to me that the course is moving at a remarkable speed, it won’t be long until we face the advanced stuff that will make our heads […]
Game Programming I, Week one.
We started our first programming course this week. I do not have any previous experience with programming which made me very confused during the first introduction lecture.
A few people got together after school to study and to do programming exercises that we were given. This helped me a lot, to get a better understanding as to how things worked. We went through the assignments together and went into detail if something was unclear to anybody. We did exercises like to […]
Game Programming I, Week one.
We started our first programming course this week. I do not have any previous experience with programming which made me very confused during the first introduction lecture.
A few people got together after school to study and to do programming exercises that we were given. This helped me a lot, to get a better understanding as to how things worked. We went through the assignments together and went into detail if something was unclear to anybody. We did exercises like to […]
Game Programming I, Week one.
We started our first programming course this week. I do not have any previous experience with programming which made me very confused during the first introduction lecture.
A few people got together after school to study and to do programming exercises that we were given. This helped me a lot, to get a better understanding as to how things worked. We went through the assignments together and went into detail if something was unclear to anybody. We did exercises like to […]
Game Programming I, Week one.
We started our first programming course this week. I do not have any previous experience with programming which made me very confused during the first introduction lecture.
A few people got together after school to study and to do programming exercises that we were given. This helped me a lot, to get a better understanding as to how things worked. We went through the assignments together and went into detail if something was unclear to anybody. We did exercises like to […]
The first week of programming
I don’t have much experience in programming. I took two courses in 2008/9 but I don’t have much memory of that.
After our first lecture we were handed a sheet with different exercises that we should have finished this week, our group of friends pretty much aced them in one sitting.
This is on of our exercises.
”Program 26
– Write a program that simulates the guessing game
– The magic number to be guessed should be random at every run of the program
– Let […]
The first week of programming
I don’t have much experience in programming. I took two courses in 2008/9 but I don’t have much memory of that.
After our first lecture we were handed a sheet with different exercises that we should have finished this week, our group of friends pretty much aced them in one sitting.
This is on of our exercises.
”Program 26
– Write a program that simulates the guessing game
– The magic number to be guessed should be random at every run of the program
– Let […]
The first week of programming
I don’t have much experience in programming. I took two courses in 2008/9 but I don’t have much memory of that.
After our first lecture we were handed a sheet with different exercises that we should have finished this week, our group of friends pretty much aced them in one sitting.
This is on of our exercises.
”Program 26
– Write a program that simulates the guessing game
– The magic number to be guessed should be random at every run of the program
– Let […]
The first week of programming
I don’t have much experience in programming. I took two courses in 2008/9 but I don’t have much memory of that.
After our first lecture we were handed a sheet with different exercises that we should have finished this week, our group of friends pretty much aced them in one sitting.
This is on of our exercises.
”Program 26
– Write a program that simulates the guessing game
– The magic number to be guessed should be random at every run of the program
– Let […]
Character thumbnails
This week we begun our 2D graphics course, which was fun! The first couple of days we talked about anathomy and we got to do croquis with a nude model. The time we had to draw each pose ranged between 30 seconds and five minutes. I like that by flipping through the pages in my sketchbook I can see the difference between the morning of the first day and the afternoon of the last day.
Our assignment for this week was […]
Character thumbnails
This week we begun our 2D graphics course, which was fun! The first couple of days we talked about anathomy and we got to do croquis with a nude model. The time we had to draw each pose ranged between 30 seconds and five minutes. I like that by flipping through the pages in my sketchbook I can see the difference between the morning of the first day and the afternoon of the last day.
Our assignment for this week was […]
Programming – Week 1
This weeks assignments was a bit to easy because I’ve been programming in C# before. I decided to give myself an assignment, Tic Tac Toe.
By creating this game i learned new syntax such as std::string and system(”cls”). I also learned how to create a two dimensional array. In C# you could create one using the datatype and then [ ] for normal array and [ , ] for a two dimensional.
I learned that in C++ you create arrays by typing the […]
Programming – Week 1
This weeks assignments was a bit to easy because I’ve been programming in C# before. I decided to give myself an assignment, Tic Tac Toe.
By creating this game i learned new syntax such as std::string and system(”cls”). I also learned how to create a two dimensional array. In C# you could create one using the datatype and then [ ] for normal array and [ , ] for a two dimensional.
I learned that in C++ you create arrays by typing the […]
Programming – Week 1
This weeks assignments was a bit to easy because I’ve been programming in C# before. I decided to give myself an assignment, Tic Tac Toe.
By creating this game i learned new syntax such as std::string and system(”cls”). I also learned how to create a two dimensional array. In C# you could create one using the datatype and then [ ] for normal array and [ , ] for a two dimensional.
I learned that in C++ you create arrays by typing the […]
Programming – Week 1
This weeks assignments was a bit to easy because I’ve been programming in C# before. I decided to give myself an assignment, Tic Tac Toe.
By creating this game i learned new syntax such as std::string and system(”cls”). I also learned how to create a two dimensional array. In C# you could create one using the datatype and then [ ] for normal array and [ , ] for a two dimensional.
I learned that in C++ you create arrays by typing the […]
Week 1: Getting to know C++
For this first week in my programming course I started to learn how to write code in C++ . Before I started this course I had been programming in Java and php. This first week was a introduction to programming and I felt like it was really good because I am still new to C++.
The fist lesson we talked about Computers and the history of programming and computers. This was very interesting because I learned a lot about computer history […]
Week 1: Getting to know C++
For this first week in my programming course I started to learn how to write code in C++ . Before I started this course I had been programming in Java and php. This first week was a introduction to programming and I felt like it was really good because I am still new to C++.
The fist lesson we talked about Computers and the history of programming and computers. This was very interesting because I learned a lot about computer history […]