AbitTheGray / Decay-Library

Work-In-Progress | Library for parsing BSP/WAD files from GoldSrc.
https://graymadness.net/game/decay/
MIT License
5 stars 0 forks source link

Obj exports polygons #3

Closed AbitTheGray closed 4 years ago

AbitTheGray commented 4 years ago

Based on Wavefront .obj file format, faces can have more than 3 vertices. All BSP faces are convex (otherwise GoldSrc would have problem with them).

Marke as need testing as it needs to be verified in 3D viewer (and I currently have none).