KSP-RO / ProceduralParts

A continuation of StretchySRBs, which is a continuation of StretchyTanks
71 stars 79 forks source link

Smooth Cone (Bézier cone) gets incorrect collider with concave curves #298

Open StonesmileGit opened 2 years ago

StonesmileGit commented 2 years ago

Due to Unity limiting colliders to being convex, Bézier cones can get wrong colliders.

Fix by sub-dividing the collider into multiple concave colliders.