3mf reader now uses fast normal calculation

CURA-3215
This commit is contained in:
Jaime van Kessel 2017-01-26 17:27:41 +01:00
parent ab3294a899
commit d9541a08b8

View File

@ -118,7 +118,7 @@ class ThreeMFReader(MeshReader):
Job.yieldThread()
# TODO: We currently do not check for normals and simply recalculate them.
mesh_builder.calculateNormals()
mesh_builder.calculateNormals(fast=True)
mesh_builder.setFileName(name)
mesh_data = mesh_builder.build()