摘要:
// 由一组点集生成一张三角面片网格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... 阅读全文