osg fbx 模型结构操作

Posted herd

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了osg fbx 模型结构操作相关的知识,希望对你有一定的参考价值。

 

osg::Node* TeslaManage::findOsgNodeByName(QString &nodeNme)

    osg::Node* findNode = NULL;
    std::vector<osg::Node*>::iterator vec_iter;
    for (vec_iter = allOsgNode.begin();vec_iter != allOsgNode.end();++vec_iter)
    
        osg::Node *node_index = *vec_iter;
        if (QString::fromStdString(node_index->getName())==nodeNme)
        
            //findNode = node_index;
            return node_index;
        
    
    return findNode;

技术图片

技术图片

 

以上是关于osg fbx 模型结构操作的主要内容,如果未能解决你的问题,请参考以下文章

osg fbx模型删除模型中的某几个节点,实现编辑模型的功能

osg qt fbx

osg qt fbx ifc bim osg ive 3ds max rvt

Unity动态创建FBX模型配置文件的存放路径

WebGL树形结构的模型渲染流程

[3ds Max]3ds Max导出为fbx后,法线出错和平滑组消失的解决方法