Closed sanderboer closed 7 years ago
Thanks! The linker-dependency order between ExportUtil and ExportModel was wrong (this doesn't matter in clang or VS, only in gcc). In addition to your fix I have also removed the ExportUtil dependency up in the executable.
But please note that the exporter is currently sort of half-finished and abandoned, since there is no high-level graphics module in Oryol which would accept "high-level" 3D models (with materials , animations etc). Right now it's just raw mesh data export.
fips build failed to link, ExportModel wants to link to a function in ExportUtil. Added a fips dep, build succeeded.
gr.S