lukts30 / rdm4

3D model converter for Anno 2070/2205/1800 with animation support (proprietary .rdm ⇄ glTF 2.0)
MIT License
12 stars 2 forks source link

RDM serialization with binrw #120

Closed lukts30 closed 1 year ago

lukts30 commented 1 year ago

Completely replaces the handwritten RDM read and write support of rdm4 with a declarative approach #113. Error message and panics during rdm2gltf are now far easier to understand.

glTF reading and glTF writing parts remain unchanged.