arypbatista / godot-bordered-polygon-2d

Polygon2D with textured borders
MIT License
61 stars 9 forks source link

Need to put a limiter on Smooth #10

Closed jtaart closed 7 years ago

jtaart commented 7 years ago

If you don't do this, smooth will create way to many nodes (in the thousands). We could limit it to a min angle or limit it to how many nodes it creates. Lets keep the polygon nodes to a max of about 50.

arypbatista commented 7 years ago

Ok, I will get into it!

arypbatista commented 7 years ago

Solved by #11