Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 585 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 585 Bytes

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.