diff options
Diffstat (limited to 'test.py')
-rw-r--r-- | test.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |