Motion Capture Week 1
Hello! Here is my homework for motion capture for this first week. I'm actually an expert in Maya since I've been using it since 2011 and have been using UE4 ever since it was UE3... so there wasn't much to learn for me yet but I did put together a cool little level just for this class, and I'll talk about what I did and what I was thinking while I was making it. I also just taught myself how to use a little html5/css and how to host on GitHub so hopefully, this blog site isn't too buggy.


home
while (!deck.isInOrder()) {
print 'Iteration ' + i;
deck.shuffle();
i++;
}
print 'It took ' + i + ' iterations to sort the deck.';