更新 'src/Viewer/splash.hxx'

This commit is contained in:
zhongjin 2022-12-04 20:45:45 +08:00
parent 76f774e5f3
commit f848a12155

View File

@ -107,7 +107,7 @@ private:
SGPropertyNode* dynamicValue = nullptr, SGPropertyNode* dynamicValue = nullptr,
double maxWidthFraction = -1.0, double maxWidthFraction = -1.0,
const osg::Vec4& textColor = osg::Vec4(1, 1, 1, 1), const osg::Vec4& textColor = osg::Vec4(1, 1, 1, 1),
const std::string &fontFace = "Fonts/LiberationFonts/LiberationSans-BoldItalic.ttf"); const std::string &fontFace = "Fonts/LiberationFonts/msyh.ttf");
osg::ref_ptr<osg::Camera> createFBOCamera(); osg::ref_ptr<osg::Camera> createFBOCamera();
void manuallyResizeFBO(int width, int height); void manuallyResizeFBO(int width, int height);