Skip to content

Instantly share code, notes, and snippets.

View BeauxBarker's full-sized avatar

B Barker BeauxBarker

  • Portland, OR
View GitHub Profile
<!doctype html>
<html>
<head>
<title>3d Grapher</title>
<meta charset="utf-8" />
</head>
<body>
<canvas id="c"></canvas>
<script>
@BeauxBarker
BeauxBarker / index.html
Last active October 22, 2019 02:33
3d Grapher // source https://jsbin.com/yuyoniq
<!doctype html>
<html>
<head>
<title>3d Grapher</title>
<meta charset="utf-8" />
</head>
<body>
<canvas id="c"></canvas>
<script>
@BeauxBarker
BeauxBarker / index.html
Created October 17, 2019 00:35
three.js canvas - geometry - earth // source https://jsbin.com/remejix
<!DOCTYPE html>
<html lang="en">
<head>
<title>ASSIGNMENT 6</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
<style>
body {
color: #808080;
font-family:Monospace;
@BeauxBarker
BeauxBarker / index.html
Created October 14, 2019 23:30
Three.js Earth and Moon Orbit #1 // source https://jsbin.com/tarujaf
<style id="jsbin-css">
body {
position: relative;
background: #000;
overflow: hidden;
}
canvas {
display: block;
}
<html>
<head>
<title>Spheres</title>
<style>
body { margin: 0; background-color: black;}
canvas { width: 100%; height: 100% }
</style>
</head>
<body>
<script src="../lib/three.min.js"></script>
@BeauxBarker
BeauxBarker / index.html
Created October 10, 2019 01:52
Three.js Methane Molecule #2 CS4406 Computer Graphics - Exercise #5 // source https://jsbin.com/riguwud
<!DOCTYPE html>
<html>
<head>
<script type="text/javascript" src="https://getfirebug.com/firebug-lite-debug.js"></script>
<meta name="description" content="CS4406 Computer Graphics - Exercise #5" />
<meta charset="utf-8" />
<title>Three.js Methane Molecule #2</title>
<style>
#container {
<!DOCTYPE html>
<html>
<head>
<script type="text/javascript" src="https://getfirebug.com/firebug-lite-debug.js"></script>
<meta name="description" content="CS4406 Computer Graphics - Exercise #5" />
<meta charset="utf-8" />
<title>Three.js Methane Molecule #2</title>
<style>
#container {
<!DOCTYPE html>
<html>
<head>
<script type="text/javascript" src="https://getfirebug.com/firebug-lite-debug.js"></script>
<meta name="description" content="CS4406 Computer Graphics - Assignment #5" />
<meta charset="utf-8" />
<title>Assignment 5 # for CS4406 Computer Graphics</title>
<style>
#container {
background: #000;
<!DOCTYPE html>
<html>
<head>
<meta charset = "utf-8">
<meta name = "viewport" content = "width=device-width">
<title>Cube</title>
<!DOCTYPE html>
<html>
<head>
<script type="text/javascript" src="https://getfirebug.com/firebug-lite-debug.js"></script>
<meta name="description" content="CS4406 Computer Graphics - Exercise #5" />
<meta charset="utf-8" />
<title>Three.js Methane Molecule #2</title>
<style>
#container {