Skip to content

Commit 4dd3453

Browse files
author
Tristan
committed
added c extension for tessellation
1 parent 4ac55d0 commit 4dd3453

File tree

5 files changed

+7272
-74
lines changed

5 files changed

+7272
-74
lines changed

examples.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
Some quick examples
99
"""
1010

11-
A = imresize(lena(), (256, 256)) # load Lena image, shrink in half
11+
A = lena() # load Lena image, shrink in half
1212
A = gaussian_filter(A, 1) # smoothing
1313
numpy2stl(A, "examples/Lena.stl", scale=0.1, solid=False)
1414

stl_tools/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
from .numpy2stl import numpy2stl
22
from .text2png import text2png, text2array
3+
from .cwrapped import tessellate

0 commit comments

Comments
 (0)