From 2f6b97f8bc892064a1ca781c11b08104182f862a Mon Sep 17 00:00:00 2001 From: Scott Worley Date: Wed, 19 Dec 2012 05:27:59 -0800 Subject: [PATCH] Rotate and translate operate on lists of points Also, change extrude's interface to take 3d points, just with the z values at zero. --- box_by_extrude.html | 8 +++---- nt3d.js | 52 ++++++++++++++++++++++++++++----------------- 2 files changed, 36 insertions(+), 24 deletions(-) diff --git a/box_by_extrude.html b/box_by_extrude.html index e8183f2..6a883a6 100644 --- a/box_by_extrude.html +++ b/box_by_extrude.html @@ -5,10 +5,10 @@