isometric drawing experiment with three.js
click the shape to enable/disable animation
source code here
var Polygon = require('polygon'); | |
var fc = require('fc'); | |
var Vec2 = require('vec2'); | |
var ndarray = require('ndarray'); | |
var sn = require('surface-nets'); | |
var cwise = require('cwise'); | |
var fill = require('ndarray-fill'); | |
var poly = new Polygon([ |
This is gist. | |
There are many like it, but this one is mine. | |
It is my life. | |
I must master it as I must master my life. | |
Without me gist is useless. | |
Without gist, I am useless. |
isometric drawing experiment with three.js
click the shape to enable/disable animation
source code here
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" | |
"http://www.w3.org/TR/html4/strict.dtd"> | |
<html lang="en"> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | |
<title>API Builder</title> | |
<style type="text/css"> | |
path, circle { | |
stroke: black; |