Baezon / pof-tools

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

Two small fixes #157

Closed Baezon closed 9 months ago

Baezon commented 9 months ago
  1. Make sure -1 is written for no subobj eye points, since the default serialize for options is to omit None.
  2. Actually write a valid polygon "center" point for old pof versions. All it needs to be is on the plane, so any vert will do, but putting 0 will screw up these old pofs when used on old fso versions.