diff options
author | Anthony LaTorre <tlatorre9@gmail.com> | 2011-06-19 18:29:27 -0400 |
---|---|---|
committer | Anthony LaTorre <tlatorre9@gmail.com> | 2011-06-19 18:29:27 -0400 |
commit | a149f96a766c4d8d63919535cc468c539036165e (patch) | |
tree | fa6eece7b811e098e58fc4aa53d97a8c3dc1885e /color/__init__.py | |
parent | ad56515169bab5f069344e960d9582412c3672f4 (diff) | |
download | chroma-a149f96a766c4d8d63919535cc468c539036165e.tar.gz chroma-a149f96a766c4d8d63919535cc468c539036165e.tar.bz2 chroma-a149f96a766c4d8d63919535cc468c539036165e.zip |
reverse the face orientation on all triangles in the stl files exported from sketchup.
Diffstat (limited to 'color/__init__.py')
-rw-r--r-- | color/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
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 |