码迷,mamicode.com
首页 > 其他好文 > 详细

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

时间:2019-07-07 16:07:02      阅读:277      评论:0      收藏:0      [点我收藏+]

标签:mamicode   delete   model   form   节点   jpg   com   span   let   

技术图片

fbx model element count:8
0 三维视图: {三维} 4294967295 osg::MatrixTransform
1 基本墙 wall_240 [361750] 4294967295 osg::MatrixTransform
2 基本墙 wall_240 [361813] 4294967295 osg::MatrixTransform
3 基本墙 wall_240 [361889] 4294967295 osg::MatrixTransform
4 基本墙 wall_240 [361993] 4294967295 osg::MatrixTransform
5 基本墙 wall_240 [362170] 4294967295 osg::MatrixTransform
6 基本墙 wall_240 [362246] 4294967295 osg::MatrixTransform
7 基本墙 wall_240 [362332] 4294967295 osg::MatrixTransform

osg delete fbx model node

group1->removeChild(sg->getChild(1));
group1->removeChild(sg->getChild(2));

 

技术图片
fbx model element count:6
0 三维视图: {三维} 4294967295 osg::MatrixTransform
1 基本墙 wall_240 [361889] 4294967295 osg::MatrixTransform
2 基本墙 wall_240 [361993] 4294967295 osg::MatrixTransform
3 基本墙 wall_240 [362170] 4294967295 osg::MatrixTransform
4 基本墙 wall_240 [362246] 4294967295 osg::MatrixTransform
5 基本墙 wall_240 [362332] 4294967295 osg::MatrixTransform

 

3dMax导出的部分fbx模型删除模型中某几个节点好像还是有问题,但大多数fbx模型中的节点都能够正常删除。

 

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

标签:mamicode   delete   model   form   节点   jpg   com   span   let   

原文地址:https://www.cnblogs.com/herd/p/11146466.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!