SaveNormalMap ----------------------------------------------------------------*/ load the normal map from our .nmap file format
| 1765 | /*----------------------------------------------------------------*/ |
| 1766 | // load the normal map from our .nmap file format |
| 1767 | bool MVS::LoadNormalMap(const String& fileName, NormalMap& normalMap) |
| 1768 | { |
| 1769 | return SerializeLoad(normalMap, fileName, ARCHIVE_DEFAULT); |
| 1770 | } // LoadNormalMap |
| 1771 | /*----------------------------------------------------------------*/ |
| 1772 | |
| 1773 | // save the confidence map in our .cmap file format |
nothing calls this directly
no test coverage detected