This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html> | |
<html class=""> | |
<head> | |
<script language="javascript" type="text/javascript" src="buzz.min.js"></script> | |
<script language="javascript" type="text/javascript" src="buzz.js"></script> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!--based on code from http://threejs.org/examples/canvas_lines_sphere.html | |
Minor changes by Amelia Winger-Bearskin for Dan Shiffman's Creative JavaScript Class 2014 | |
--> | |
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<title>three.js-Amelia's Experiment-Week2</title> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0"> | |
<style> |