G2Pavon / goldsrcmap

A Python library for creating, editing and writing GoldSrc .map files
https://github.com/G2Pavon/goldsrcmap/wiki
GNU General Public License v3.0
4 stars 0 forks source link

Create Brush from vertices #3

Open G2Pavon opened 6 months ago

G2Pavon commented 6 months ago

Currently you can only create brushes using faces (list[Face]). Implement a way to create brushes from vertices (list[Point]).