Daily Archives: June 26, 2014

Summer Programming 2014 – Dev. Post 5

It took some time but I finally solved the Parent-Child issue with very little trouble.
Before I explain the problem I might need to explain the structure. You see, each object is, quite simply a basic object with a Parent and any number of children. These children are also game objects whose Parent is the first Game Object and can in turn have several children of their own. The children in question are stored as pointers in a vector and can […]

/ Comments Off on Summer Programming 2014 – Dev. Post 5
Program: Programming

Summer Programming 2014 – Dev. Post 5

It took some time but I finally solved the Parent-Child issue with very little trouble.
Before I explain the problem I might need to explain the structure. You see, each object is, quite simply a basic object with a Parent and any number of children. These children are also game objects whose Parent is the first Game Object and can in turn have several children of their own. The children in question are stored as pointers in a vector and can […]

/ Comments Off on Summer Programming 2014 – Dev. Post 5
Program: Programming