Motion Capture Final Project
							
														With the avatar set up to be controlled by the motion capture, I attached a camera to the head joint. I found that adjusting the focal length until you had a field of view of around 90 worked pretty well. 
														Here you can see the locators I set up on the hand and shoulder that you'll see in the blueprints later, the custom arm cannon model, the emitter for the projectiles which is that sphere you see there, 
														as well as some cubes I forgot to delete. 
														
                   
														It was a mess to try and organize all the assets but once I got going I think it turned out pretty well. 
														
							
							
								
							home
                    while (!deck.isInOrder()) {
                    print 'Iteration ' + i;
                    deck.shuffle();
                     i++;
                    }
                    print 'It took ' + i + ' iterations to sort the deck.';