Community Profile

photo

Mateusz Szmyd


Last seen: 1 year ago Active since 2022

Followers: 0   Following: 0

Statistics

Feeds

View by

Answered
How to get rid off additional triangles on cut sphere with delaunayTriangulation.
Instead of using delaunay easier is to: [x,y,z] = sphere; s = surf(x,y,z); patch(surf2patch(s,'triangles'))

2 years ago | 0

| accepted

Question


How to get rid off additional triangles on cut sphere with delaunayTriangulation.
Hi, I have problem with triangulation. I make cut sphere and triangulation for collision check, but i have problem with additio...

2 years ago | 1 answer | 0

1

answer