📄 io_linearinterpolator.cpp
字号:
#include <osgParticle/LinearInterpolator>#include <osgDB/Registry>#include <osgDB/Input>#include <osgDB/Output>bool LinearInterpolator_readLocalData(osg::Object &obj, osgDB::Input &fr);bool LinearInterpolator_writeLocalData(const osg::Object &obj, osgDB::Output &fw);osgDB::RegisterDotOsgWrapperProxy LinearInterpolator_Proxy( new osgParticle::LinearInterpolator, "LinearInterpolator", "Object Interpolator LinearInterpolator", LinearInterpolator_readLocalData, LinearInterpolator_writeLocalData);bool LinearInterpolator_readLocalData(osg::Object &, osgDB::Input &){ return false;}bool LinearInterpolator_writeLocalData(const osg::Object &, osgDB::Output &){ return false;}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -