Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // Now, show what the camera sees on the screen:
- renderer.render(scene, camera);
- function animate() {
- requestAnimationFrame(animate);
- avtar.rotation.z = avatar.rotation.z +0.05;
- renderer.render(scene, camera);
- }
- (animate);
- </script>
Advertisement
Add Comment
Please, Sign In to add comment