06 2015 档案
摘要:三千大佬(2015-6-29)Dj-discotheque/yamboo(2013-3-11)Still Walking步履不停/2008/是枝裕和/2012-4-23观Nobody Knows谁知赤子心/2004/是枝裕和/2012-4-24观Pushing Hands推手/1992/李安/201...
阅读全文
摘要:// 由一组点集生成一张三角面片网格Geometry osg::Geometry* createTRIANGLESGeometry(MyMesh &mesh) { osg::ref_ptr triGeom = new osg::Geometry(); ...
阅读全文
摘要:struct Subset{ std::vector vertexs;//位置 std::vector normals;//法向 std::vector texCoords;//纹理 std::vector indices;//索引下标 std::vector face...
阅读全文
摘要:#include #include #include #include #include #include //只能处理osgExp插件导出的单个ive文件class InsideLODVisitor : public osg::NodeVisitor{public: InsideLODVisito...
阅读全文
摘要:CStringLeft(intnCount)const;//从左边1开始获取前nCount个字符CStringMid(intnFirst)const;//从左边第nCount+1个字符开始,获取后面所有的字符CStringMid(intnFirst,intnCount)const;//从左边第nFi...
阅读全文