Genbox / VelcroPhysics

High performance 2D collision detection system with realistic physics responses.
MIT License
662 stars 114 forks source link

BayazitDecomposer is protected. #24

Closed smatthews1999 closed 7 years ago

smatthews1999 commented 7 years ago

In the Farseer documentation, it mentions making use of the BayazitDecomposer to create polygons. However in Velcro this class is protected and not available. Can/should this (and other decomposers) be made public?

Genbox commented 7 years ago

I changed that to use the Triangulate class instead. It checks the input and output of each algorithm depending on the values in Settings.cs. The documentation is not up to date on many points.

smatthews1999 commented 7 years ago

Very nice... and easy way to sample all the decomposition methods.