/StraightSkeleton

Simple brute-force straight skeleton generator for Unity3D/C#

Primary LanguageC#MIT LicenseMIT

Straight Skeleton

Simple brute-force straight skeleton generator for Unity3D/C#.

Can generate a straight skeleton from any set of points describing a simple polygon (e.g. no incident vertices, no self-intersection, no holes etc.).

Contains a small sample scene with a building generator to demonstrate the algorithm.

alt text

This tool requires Unity's Mathematics package.