From a149f96a766c4d8d63919535cc468c539036165e Mon Sep 17 00:00:00 2001 From: Anthony LaTorre Date: Sun, 19 Jun 2011 18:29:27 -0400 Subject: reverse the face orientation on all triangles in the stl files exported from sketchup. --- color/__init__.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 color/__init__.py (limited to 'color/__init__.py') diff --git a/color/__init__.py b/color/__init__.py new file mode 100644 index 0000000..c5fda6a --- /dev/null +++ b/color/__init__.py @@ -0,0 +1 @@ +from chromaticity import map_wavelength -- cgit