Victor-Haefner / polyvr

PolyVR - a shortcut to virtual reality
http://www.imi.kit.edu/46_2274.php
GNU General Public License v3.0
39 stars 20 forks source link

Segemntation Fault bei Strokes und bestimmten Profilen und offenen Pfaden #33

Closed Kai-W closed 9 years ago

Kai-W commented 9 years ago
#Profile
VR.prof = []
VR.prof.append([-bohrbreite,bohrhoehe,0])
VR.prof.append([-bohrbreite,-bohrhoehe,0])
VR.prof.append([bohrbreite,-bohrhoehe,0])
VR.prof.append([bohrbreite,bohrhoehe,0])

VR.prof2 = []
VR.prof2.append([-bohrbreite,bohrhoehe,0])
VR.prof2.append([-bohrbreite,0,0])
VR.prof2.append([bohrbreite,0,0])
VR.prof2.append([bohrbreite,bohrhoehe,0])

Profil 2 Fürht bei mir zu einem Segmentation Fault Wenn ich versuche einen Offenen Pfad von einer Box abzuziehen. Ein geschlossner Pfad führt zu keinem Absturtz. Bei bedarf kann ich das Testprojetk zusenden

Victor-Haefner commented 9 years ago

Please send me a test project file

Victor-Haefner commented 9 years ago

its ok, confirmed

Victor-Haefner commented 9 years ago

fixed, the crash was caused by flat triangles that CGAL did not like.