BRL-CAD / brlcad

BRL-CAD is a powerful cross-platform open source combinatorial solid modeling system
https://brlcad.org
Other
686 stars 140 forks source link

k-g.cpp converter patch #118

Closed AliHaider93 closed 5 months ago

AliHaider93 commented 5 months ago

the k-g converter was producing and empty data base, the error is due to the function ifsteam::tellg() returning a wrong position, the fix is to specify the input file as binary when opening the ifstream.