【OSG】读取osgb倾斜数据
string data_dir = osgb_dir; //std::string ext = osgDB::getLowerCaseFileExtension(data_dir); osgDB::ReaderWriter::Options* options=NULL; std::string fileName = osgDB::findDataFile(osgb_dir, options); if (fileName.empty()) { OSG_INFO <<