io_linearinterpolator.cpp

来自「最新osg包」· C++ 代码 · 共 29 行

CPP
29
字号
#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 + =
减小字号Ctrl + -
显示快捷键?