Loading CHANGELOG.md +1 −0 Original line number Diff line number Diff line Loading @@ -47,6 +47,7 @@ release. - Fixed bugs in downloadIsisData script [#5024](https://github.com/USGS-Astrogeology/ISIS3/issues/5024) - Fixed shadow shifting image by 2 pixels to the upper left corner. [#5035](https://github.com/USGS-Astrogeology/ISIS3/issues/5035) - Fixed compiler warnings on ubuntu [#4911](https://github.com/USGS-Astrogeology/ISIS3/issues/4911) - Fixes embree shape models not being from .BDS extension files [5064](https://github.com/USGS-Astrogeology/ISIS3/issues/5064) ## [7.1.0] - 2022-07-27 Loading isis/src/base/objs/EmbreeTargetShape/EmbreeTargetShape.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -279,7 +279,7 @@ namespace Isis { throw IException(IException::Io, msg, _FILEINFO_); } // DSKs else if (file.extension() == "bds") { else if (file.extension().toLower() == "bds") { mesh = readDSK(file); } // Let PCL try to handle other formats (obj, ply, etc.) Loading Loading
CHANGELOG.md +1 −0 Original line number Diff line number Diff line Loading @@ -47,6 +47,7 @@ release. - Fixed bugs in downloadIsisData script [#5024](https://github.com/USGS-Astrogeology/ISIS3/issues/5024) - Fixed shadow shifting image by 2 pixels to the upper left corner. [#5035](https://github.com/USGS-Astrogeology/ISIS3/issues/5035) - Fixed compiler warnings on ubuntu [#4911](https://github.com/USGS-Astrogeology/ISIS3/issues/4911) - Fixes embree shape models not being from .BDS extension files [5064](https://github.com/USGS-Astrogeology/ISIS3/issues/5064) ## [7.1.0] - 2022-07-27 Loading
isis/src/base/objs/EmbreeTargetShape/EmbreeTargetShape.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -279,7 +279,7 @@ namespace Isis { throw IException(IException::Io, msg, _FILEINFO_); } // DSKs else if (file.extension() == "bds") { else if (file.extension().toLower() == "bds") { mesh = readDSK(file); } // Let PCL try to handle other formats (obj, ply, etc.) Loading