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

Address mutable state in Brush and Face class #8

Open G2Pavon opened 6 months ago

G2Pavon commented 6 months ago

Brush and Face class is caching vertices and edges but does not update when the geometry is trasformed.