Baezon / pof-tools

Program for manipulating the Freespace model format .pof
3 stars 8 forks source link

Ensure polygon normals are transformed too #118

Closed Baezon closed 1 year ago

Baezon commented 1 year ago

Vertex normals are transformed, but I forgot the polygon normal. Since these are on the individual bsp leaves, it's easiest to just recalculate the entire thing, although this invovles cloning all the polygons... which is maybe bad? @digama0 help