summaryrefslogtreecommitdiff
path: root/test.py
diff options
context:
space:
mode:
Diffstat (limited to 'test.py')
-rw-r--r--test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test.py b/test.py
index 0261e6d..267b266 100644
--- a/test.py
+++ b/test.py
@@ -27,7 +27,7 @@ intersect = mod.get_function('intersect_triangle_mesh')
rotate = mod.get_function('rotate')
translate = mod.get_function('translate')
-mesh = array2float3(pull_vertices_binary('models/tie_interceptor6.stl'))
+mesh = array2float3(read_stl('models/tie_interceptor6.stl'))
import pygame
size = width, height = 800, 600