亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來(lái)到蟲(chóng)蟲(chóng)下載站! | ?? 資源下載 ?? 資源專輯 ?? 關(guān)于我們
? 蟲(chóng)蟲(chóng)下載站

?? precipitationeffect.cpp

?? 最新osg包
?? CPP
?? 第 1 頁(yè) / 共 2 頁(yè)
字號(hào):
	                   __void__createGeometry__unsigned_int__osg_Geometry_P1__osg_Geometry_P1__osg_Geometry_P1,	                   "",	                   "");	I_ProtectedMethod1(void, setUpGeometries, IN, unsigned int, numParticles,	                   Properties::NON_VIRTUAL,	                   Properties::NON_CONST,	                   __void__setUpGeometries__unsigned_int,	                   "",	                   "");	I_SimpleProperty(const osg::Vec3 &, CellSize, 	                 __C5_osg_Vec3_R1__getCellSize, 	                 __void__setCellSize__C5_osg_Vec3_R1);	I_SimpleProperty(float, FarTransition, 	                 __float__getFarTransition, 	                 __void__setFarTransition__float);	I_SimpleProperty(osg::Fog *, Fog, 	                 __osg_Fog_P1__getFog, 	                 __void__setFog__osg_Fog_P1);	I_SimpleProperty(osg::Geometry *, LineGeometry, 	                 __osg_Geometry_P1__getLineGeometry, 	                 0);	I_SimpleProperty(osg::StateSet *, LineStateSet, 	                 __osg_StateSet_P1__getLineStateSet, 	                 0);	I_SimpleProperty(float, MaximumParticleDensity, 	                 0, 	                 __void__setMaximumParticleDensity__float);	I_SimpleProperty(float, NearTransition, 	                 __float__getNearTransition, 	                 __void__setNearTransition__float);	I_SimpleProperty(const osg::Vec4 &, ParticleColor, 	                 __C5_osg_Vec4_R1__getParticleColor, 	                 __void__setParticleColor__C5_osg_Vec4_R1);	I_SimpleProperty(float, ParticleSize, 	                 __float__getParticleSize, 	                 __void__setParticleSize__float);	I_SimpleProperty(float, ParticleSpeed, 	                 __float__getParticleSpeed, 	                 __void__setParticleSpeed__float);	I_SimpleProperty(osg::Geometry *, PointGeometry, 	                 __osg_Geometry_P1__getPointGeometry, 	                 0);	I_SimpleProperty(osg::StateSet *, PointStateSet, 	                 __osg_StateSet_P1__getPointStateSet, 	                 0);	I_SimpleProperty(const osg::Vec3 &, Position, 	                 __C5_osg_Vec3_R1__getPosition, 	                 __void__setPosition__C5_osg_Vec3_R1);	I_SimpleProperty(osg::Geometry *, QuadGeometry, 	                 __osg_Geometry_P1__getQuadGeometry, 	                 0);	I_SimpleProperty(osg::StateSet *, QuadStateSet, 	                 __osg_StateSet_P1__getQuadStateSet, 	                 0);	I_SimpleProperty(bool, UseFarLineSegments, 	                 __bool__getUseFarLineSegments, 	                 __void__setUseFarLineSegments__bool);	I_SimpleProperty(const osg::Vec3 &, Wind, 	                 __C5_osg_Vec3_R1__getWind, 	                 __void__setWind__C5_osg_Vec3_R1);END_REFLECTORTYPE_NAME_ALIAS(std::map< osgParticle::PrecipitationEffect::PrecipitationDrawable::Cell COMMA  osgParticle::PrecipitationEffect::PrecipitationDrawable::DepthMatrixStartTime >, osgParticle::PrecipitationEffect::PrecipitationDrawable::CellMatrixMap)BEGIN_OBJECT_REFLECTOR(osgParticle::PrecipitationEffect::PrecipitationDrawable)	I_DeclaringFile("osgParticle/PrecipitationEffect");	I_BaseType(osg::Drawable);	I_Constructor0(____PrecipitationDrawable,	               "",	               "");	I_ConstructorWithDefaults2(IN, const osgParticle::PrecipitationEffect::PrecipitationDrawable &, copy, , IN, const osg::CopyOp &, copyop, osg::CopyOp::SHALLOW_COPY,	                           ____PrecipitationDrawable__C5_PrecipitationDrawable_R1__C5_osg_CopyOp_R1,	                           "",	                           "");	I_Method0(osg::Object *, cloneType,	          Properties::VIRTUAL,	          __osg_Object_P1__cloneType,	          "Clone the type of an object, with Object* return type. ",	          "Must be defined by derived classes. ");	I_Method1(osg::Object *, clone, IN, const osg::CopyOp &, copyop,	          Properties::VIRTUAL,	          __osg_Object_P1__clone__C5_osg_CopyOp_R1,	          "Clone an object, with Object* return type. ",	          "Must be defined by derived classes. ");	I_Method1(bool, isSameKindAs, IN, const osg::Object *, obj,	          Properties::VIRTUAL,	          __bool__isSameKindAs__C5_osg_Object_P1,	          "",	          "");	I_Method0(const char *, libraryName,	          Properties::VIRTUAL,	          __C5_char_P1__libraryName,	          "return the name of the object's library. ",	          "Must be defined by derived classes. The OpenSceneGraph convention is that the namespace of a library is the same as the library name. ");	I_Method0(const char *, className,	          Properties::VIRTUAL,	          __C5_char_P1__className,	          "return the name of the object's class type. ",	          "Must be defined by derived classes. ");	I_Method1(bool, supports, IN, const osg::PrimitiveFunctor &, x,	          Properties::VIRTUAL,	          __bool__supports__C5_osg_PrimitiveFunctor_R1,	          "Return true if the Drawable subclass supports accept(PrimitiveFunctor&). ",	          "");	I_Method1(void, accept, IN, osg::PrimitiveFunctor &, x,	          Properties::VIRTUAL,	          __void__accept__osg_PrimitiveFunctor_R1,	          "Accept a PrimitiveFunctor and call its methods to tell it about the internal primitives that this Drawable has. ",	          "return true if functor handled by drawable, return false on failure of drawable to generate functor calls. Note, PrimtiveFunctor only provides const access of the primitives, as primitives may be procedurally generated so one cannot modify it. ");	I_Method1(bool, supports, IN, const osg::PrimitiveIndexFunctor &, x,	          Properties::VIRTUAL,	          __bool__supports__C5_osg_PrimitiveIndexFunctor_R1,	          "Return true if the Drawable subclass supports accept(PrimitiveIndexFunctor&). ",	          "");	I_Method1(void, accept, IN, osg::PrimitiveIndexFunctor &, x,	          Properties::VIRTUAL,	          __void__accept__osg_PrimitiveIndexFunctor_R1,	          "Accept a PrimitiveIndexFunctor and call its methods to tell it about the internal primitives that this Drawable has. ",	          "return true if functor handled by drawable, return false on failure of drawable to generate functor calls. Note, PrimtiveIndexFunctor only provide const access of the primitives, as primitives may be procedurally generated so one cannot modify it. ");	I_Method1(void, setRequiresPreviousMatrix, IN, bool, flag,	          Properties::NON_VIRTUAL,	          __void__setRequiresPreviousMatrix__bool,	          "",	          "");	I_Method0(bool, getRequiresPreviousMatrix,	          Properties::NON_VIRTUAL,	          __bool__getRequiresPreviousMatrix,	          "",	          "");	I_Method1(void, setGeometry, IN, osg::Geometry *, geom,	          Properties::NON_VIRTUAL,	          __void__setGeometry__osg_Geometry_P1,	          "",	          "");	I_Method0(osg::Geometry *, getGeometry,	          Properties::NON_VIRTUAL,	          __osg_Geometry_P1__getGeometry,	          "",	          "");	I_Method0(const osg::Geometry *, getGeometry,	          Properties::NON_VIRTUAL,	          __C5_osg_Geometry_P1__getGeometry,	          "",	          "");	I_Method1(void, setDrawType, IN, GLenum, type,	          Properties::NON_VIRTUAL,	          __void__setDrawType__GLenum,	          "",	          "");	I_Method0(GLenum, getDrawType,	          Properties::NON_VIRTUAL,	          __GLenum__getDrawType,	          "",	          "");	I_Method1(void, setNumberOfVertices, IN, unsigned int, numVertices,	          Properties::NON_VIRTUAL,	          __void__setNumberOfVertices__unsigned_int,	          "",	          "");	I_Method0(unsigned int, getNumberOfVertices,	          Properties::NON_VIRTUAL,	          __unsigned_int__getNumberOfVertices,	          "",	          "");	I_Method1(void, drawImplementation, IN, osg::RenderInfo &, renderInfo,	          Properties::VIRTUAL,	          __void__drawImplementation__osg_RenderInfo_R1,	          "drawImplementation(RenderInfo&) is a pure virtual method for the actual implementation of OpenGL drawing calls, such as vertex arrays and primitives, that must be implemented in concrete subclasses of the Drawable base class, examples include osg::Geometry and osg::ShapeDrawable. ",	          " param renderInfo The osg::RenderInfo object that encapsulates the current rendering information including the osg::State OpenGL state for the current graphics context.  ");	I_Method0(osgParticle::PrecipitationEffect::PrecipitationDrawable::CellMatrixMap &, getCurrentCellMatrixMap,	          Properties::NON_VIRTUAL,	          __CellMatrixMap_R1__getCurrentCellMatrixMap,	          "",	          "");	I_Method0(osgParticle::PrecipitationEffect::PrecipitationDrawable::CellMatrixMap &, getPreviousCellMatrixMap,	          Properties::NON_VIRTUAL,	          __CellMatrixMap_R1__getPreviousCellMatrixMap,	          "",	          "");	I_Method0(void, newFrame,	          Properties::NON_VIRTUAL,	          __void__newFrame,	          "",	          "");	I_SimpleProperty(osgParticle::PrecipitationEffect::PrecipitationDrawable::CellMatrixMap &, CurrentCellMatrixMap, 	                 __CellMatrixMap_R1__getCurrentCellMatrixMap, 	                 0);	I_SimpleProperty(GLenum, DrawType, 	                 __GLenum__getDrawType, 	                 __void__setDrawType__GLenum);	I_SimpleProperty(osg::Geometry *, Geometry, 	                 __osg_Geometry_P1__getGeometry, 	                 __void__setGeometry__osg_Geometry_P1);	I_SimpleProperty(unsigned int, NumberOfVertices, 	                 __unsigned_int__getNumberOfVertices, 	                 __void__setNumberOfVertices__unsigned_int);	I_SimpleProperty(osgParticle::PrecipitationEffect::PrecipitationDrawable::CellMatrixMap &, PreviousCellMatrixMap, 	                 __CellMatrixMap_R1__getPreviousCellMatrixMap, 	                 0);	I_SimpleProperty(bool, RequiresPreviousMatrix, 	                 __bool__getRequiresPreviousMatrix, 	                 __void__setRequiresPreviousMatrix__bool);END_REFLECTORBEGIN_VALUE_REFLECTOR(osgParticle::PrecipitationEffect::PrecipitationDrawable::Cell)	I_DeclaringFile("osgParticle/PrecipitationEffect");	I_Constructor3(IN, int, in_i, IN, int, in_j, IN, int, in_k,	               ____Cell__int__int__int,	               "",	               "");	I_PublicMemberProperty(int, i);	I_PublicMemberProperty(int, j);	I_PublicMemberProperty(int, k);END_REFLECTORBEGIN_VALUE_REFLECTOR(osgParticle::PrecipitationEffect::PrecipitationDrawable::DepthMatrixStartTime)	I_DeclaringFile("osgParticle/PrecipitationEffect");	I_Constructor0(____DepthMatrixStartTime,	               "",	               "");	I_PublicMemberProperty(float, depth);	I_PublicMemberProperty(float, startTime);	I_PublicMemberProperty(osg::Matrix, modelview);END_REFLECTORBEGIN_VALUE_REFLECTOR(osgParticle::PrecipitationEffect::PrecipitationDrawable::LessFunctor)	I_DeclaringFile("osgParticle/PrecipitationEffect");	I_Constructor0(____LessFunctor,	               "",	               "");END_REFLECTORSTD_MAP_REFLECTOR(std::map< osgParticle::PrecipitationEffect::PrecipitationDrawable::Cell COMMA  osgParticle::PrecipitationEffect::PrecipitationDrawable::DepthMatrixStartTime >)

?? 快捷鍵說(shuō)明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號(hào) Ctrl + =
減小字號(hào) Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
欧美一区二区黄| 91麻豆精品国产| 免费观看在线色综合| 国产精品成人一区二区三区夜夜夜| 欧美理论片在线| 粉嫩在线一区二区三区视频| 青青国产91久久久久久 | 国产精品二三区| 91麻豆精品国产91久久久使用方法| 不卡欧美aaaaa| 激情久久久久久久久久久久久久久久| 一区二区三区在线观看欧美| 欧美国产精品久久| 久久久久久一二三区| 宅男噜噜噜66一区二区66| 91麻豆免费看| 不卡的av网站| 国产99久久久久| 国产精品主播直播| 精品一区二区三区视频| 亚洲动漫第一页| 一区二区三区中文字幕电影| 国产精品卡一卡二| 中文字幕成人在线观看| 精品国产一区二区精华| 91精品国产免费| 6080亚洲精品一区二区| 欧美日韩久久一区| 欧美在线免费观看视频| 日本高清不卡在线观看| 99久久精品久久久久久清纯| 国产a久久麻豆| 国产成人激情av| 国产福利一区在线观看| 国产综合色在线| 韩国av一区二区| 国产精品一卡二卡在线观看| 国产一区二区免费看| 国产在线视视频有精品| 国产精品一二三在| 成人av电影在线播放| 国产99久久久精品| a在线欧美一区| 色欧美日韩亚洲| 欧美视频三区在线播放| 欧美精品vⅰdeose4hd| 91精品一区二区三区在线观看| 7777精品伊人久久久大香线蕉 | 粉嫩一区二区三区在线看| 国产精品一二三四区| 国产一区二区三区四区在线观看| 国产精品69久久久久水密桃| 国产很黄免费观看久久| av一区二区三区黑人| 在线视频一区二区三区| 欧美日产在线观看| 日韩一区二区三区四区| 亚洲精品一区二区三区在线观看| 久久精品人人做| 日韩一区在线看| 亚洲电影在线播放| 麻豆免费精品视频| 丁香婷婷综合色啪| 色婷婷综合久久久久中文一区二区| 欧美午夜精品一区| 精品国产一区二区三区久久影院| 中文字幕第一区综合| 一区二区欧美精品| 免费久久99精品国产| 国内精品国产成人| 91视频在线观看| 日韩欧美你懂的| 欧美国产精品一区二区| 亚洲高清不卡在线| 国产成人精品aa毛片| 色婷婷综合久色| 久久综合狠狠综合久久综合88 | 首页亚洲欧美制服丝腿| 国内精品国产成人| 欧美中文字幕久久| 久久久99久久| 偷窥少妇高潮呻吟av久久免费| 狠狠色狠狠色综合| 欧美亚洲日本一区| 国产欧美一区二区三区在线老狼| 亚洲国产欧美在线| 国产一区二区免费在线| 欧美私模裸体表演在线观看| 久久精品夜色噜噜亚洲aⅴ| 一区二区三区日韩欧美精品| 国产一区二区三区蝌蚪| 欧美日韩精品欧美日韩精品 | 午夜精品aaa| 成人深夜在线观看| 精品捆绑美女sm三区| 一区二区在线观看免费| 久88久久88久久久| 欧美在线影院一区二区| 久久你懂得1024| 日韩福利电影在线| 色狠狠色狠狠综合| 国产日产欧美一区二区视频| 日韩电影一区二区三区四区| 91丨九色丨尤物| 国产三区在线成人av| 七七婷婷婷婷精品国产| 欧美色窝79yyyycom| 国产精品久久久久久久久免费丝袜 | 欧美一区二区观看视频| 亚洲蜜臀av乱码久久精品| 国产精品中文有码| 欧美mv日韩mv国产| 日韩中文字幕av电影| 色欧美片视频在线观看在线视频| 中文字幕av一区二区三区免费看| 久久精品国产一区二区三| 欧美精选在线播放| 婷婷开心激情综合| 欧美日韩在线亚洲一区蜜芽| 亚洲欧洲av在线| 9久草视频在线视频精品| 久久久一区二区| 国内精品国产三级国产a久久| 日韩一区二区免费电影| 午夜电影一区二区| 欧美日韩成人综合天天影院 | 国产美女av一区二区三区| 日韩一区二区三区免费观看| 五月婷婷激情综合| 4438x亚洲最大成人网| 亚洲一区二区三区爽爽爽爽爽 | 久久精品国产一区二区| 欧美一二三四区在线| 日韩精品一卡二卡三卡四卡无卡| 欧美日韩精品是欧美日韩精品| 亚洲一区二区精品视频| 欧美视频在线观看一区二区| 亚洲国产一区二区视频| 欧美视频在线一区二区三区| 亚洲二区在线视频| 91麻豆精品91久久久久久清纯 | 一本色道久久综合精品竹菊| 成人免费在线视频观看| 91极品美女在线| 亚洲一区视频在线| 欧美精品久久久久久久多人混战| 视频一区二区欧美| 欧美刺激脚交jootjob| 激情偷乱视频一区二区三区| 精品成人免费观看| 国产成+人+日韩+欧美+亚洲| 亚洲欧美在线视频| 欧美日韩午夜在线| 久久成人免费网| 国产精品免费久久| 色婷婷激情一区二区三区| 亚洲国产精品一区二区尤物区| 欧美一区二区三区人| 国产一区二区剧情av在线| 国产精品九色蝌蚪自拍| 欧美亚洲动漫另类| 国内精品久久久久影院色| 国产精品久久免费看| 欧洲激情一区二区| 韩国成人在线视频| 自拍偷自拍亚洲精品播放| 欧美高清视频不卡网| 老司机午夜精品99久久| 欧美韩国一区二区| 欧美日韩国产综合草草| 国产一区久久久| 一区二区三区在线高清| 日韩亚洲欧美一区| www.欧美.com| 青青草精品视频| 1区2区3区欧美| 欧美一区二区性放荡片| 波多野结衣亚洲| 男女性色大片免费观看一区二区| 国产欧美一区二区精品忘忧草| 在线欧美日韩国产| 国产成人综合视频| 午夜精品福利视频网站 | 精品一区二区在线免费观看| 国产精品美女久久久久aⅴ | 7777精品伊人久久久大香线蕉超级流畅 | 国产精品成人网| 日韩欧美一二区| 在线视频观看一区| 国产成人精品一区二区三区四区| 亚洲成人av一区二区三区| 国产精品污污网站在线观看| 欧美一区二区视频观看视频 | 精品sm捆绑视频| 欧美色综合天天久久综合精品| 国产91精品精华液一区二区三区 | 亚洲超丰满肉感bbw| 国产色综合久久| 日韩欧美二区三区| 欧美曰成人黄网|