osgDB.DeprecatedDotOsgWrapperManager
是OpenSceneGraph中的类,用于管理dotOsgWrapper文件中的对象。
osgDB.DeprecatedDotOsgWrapperManager
类已被弃用,它可以用于加载 .osg
二进制文件格式,该格式已被 https://github.com/openscenegraph/OpenSceneGraph/wiki/OSG-File-Formats 中描述的 .osgt
和 .osgb
格式所取代,因此不建议使用该类。该类在未来的版本中可能会被删除。
static void osgDB::DeprecatedDotOsgWrapperManager::clear()
清除所有在数组中创建的对象。
static osgDB::DeprecatedDotOsgWrapper* osgDB::DeprecatedDotOsgWrapperManager::getDotOsgWrapper(const std::string& filename)
获取指定文件名的 osgDB.DeprecatedDotOsgWrapper
对象。
static bool osgDB::DeprecatedDotOsgWrapperManager::readDotOsgWrapper(const std::string& filename)
读取指定文件名的 osgDB.DeprecatedDotOsgWrapper
对象。