Daily Archives: November 13, 2014

Binary Search Tree

So its been a while !
I am currently studying for a course that will introduce me to 3D engines, networking and multi threading.
What I’ve been taught this week has blown me away so far so I’ll go through one subject which interested me.
Binary search trees.
So currently I haven’t really started on doing the assignment but I would love to tell you everything I know about BST’s.
Binary search trees or BST is a system for listing certain variables be it string, […]

/ Comments Off on Binary Search Tree
Program: Programming

Binary Search Tree

So its been a while !
I am currently studying for a course that will introduce me to 3D engines, networking and multi threading.
What I’ve been taught this week has blown me away so far so I’ll go through one subject which interested me.
Binary search trees.
So currently I haven’t really started on doing the assignment but I would love to tell you everything I know about BST’s.
Binary search trees or BST is a system for listing certain variables be it string, […]

/ Comments Off on Binary Search Tree
Program: Programming

Binary Search Tree

So its been a while !
I am currently studying for a course that will introduce me to 3D engines, networking and multi threading.
What I’ve been taught this week has blown me away so far so I’ll go through one subject which interested me.
Binary search trees.
So currently I haven’t really started on doing the assignment but I would love to tell you everything I know about BST’s.
Binary search trees or BST is a system for listing certain variables be it string, […]

/ Comments Off on Binary Search Tree
Program: Programming

Binary Search Tree

So its been a while !
I am currently studying for a course that will introduce me to 3D engines, networking and multi threading.
What I’ve been taught this week has blown me away so far so I’ll go through one subject which interested me.
Binary search trees.
So currently I haven’t really started on doing the assignment but I would love to tell you everything I know about BST’s.
Binary search trees or BST is a system for listing certain variables be it string, […]

/ Comments Off on Binary Search Tree
Program: Programming

Game Programming I: Week One

This week we started the Game Programming course where we will learn how to code games. I have some experience coding that I have gained prior to this(C++/Java/SML/Assembly) and I feel like that will help me during this course.
So far we have covered:

The brief history of programming
Various ways of programming
The different datatypes that C++ uses
Different operators used
Variables
Conditional statements
Loop statements
Scope
Debugging

Since programming is closley tied to mathematics, we also had a short math test. This was in order to help the teachers figure […]

/ Comments Off on Game Programming I: Week One
Program: Programming

Game Programming I: Week One

This week we started the Game Programming course where we will learn how to code games. I have some experience coding that I have gained prior to this(C++/Java/SML/Assembly) and I feel like that will help me during this course.
So far we have covered:

The brief history of programming
Various ways of programming
The different datatypes that C++ uses
Different operators used
Variables
Conditional statements
Loop statements
Scope
Debugging

Since programming is closley tied to mathematics, we also had a short math test. This was in order to help the teachers figure […]

/ Comments Off on Game Programming I: Week One
Program: Programming

Motion Capture: Tomb Raider

This week I started the Motion Capture course, the first blog assignment was to choose a game that I admire that uses Motion Capture. I have chosen the latest game from one of my favourite game series of all times – Tomb Raider (2013).

For capturing body movement Tomb Raider uses a Passive Optical Motion Capture where the actors wear suits with lots of reflective markers on them. For the facial expressions they use […]

/ Comments Off on Motion Capture: Tomb Raider
Program: Graphics

Motion Capture: Tomb Raider

This week I started the Motion Capture course, the first blog assignment was to choose a game that I admire that uses Motion Capture. I have chosen the latest game from one of my favourite game series of all times – Tomb Raider (2013).

For capturing body movement Tomb Raider uses a Passive Optical Motion Capture where the actors wear suits with lots of reflective markers on them. For the facial expressions they use […]

/ Comments Off on Motion Capture: Tomb Raider
Program: Graphics