Review JS
We reviewed the following: - Array (push, pop, splice, shift and unshift) - Math.PI function - String, booleans, and operators - While...
Let's "Un-Stiff" the Avatar
Use this code: //Add clock var clock = new THREE.Clock(true); function animate() { requestAnimationFrame(animate); //add walk walk();...
Let's Move the Avatar
Class Code // Listen for keypress events document.addEventListener('keydown', function(event) {alert(event.keyCode);});...
We Created An Animated Avatar
- We reviewed shapes, covers and mesh. - We reviewed x, y, and z axis. Go here for details: https://en.wikipedia.org/wiki/Cartesian_coord...
We Created an Avatar
- We reviewed Shape, Cover and Mesh. - We created our first avatar using JavaScript. but it all changed... WHEN THE FIRE NATION...