摘要: root_group->addChild(node22); osg::Vec3f vec3f1 = node22->getBound().center(); osg::NodePathList nodePAthList1 = node22->getParentalNodePaths(); osg:: 阅读全文
posted @ 2019-11-06 21:41 西北逍遥 阅读(207) 评论(0) 推荐(0) 编辑
摘要: 深度拷贝 node.clone(osg::CopyOp::DEEP_COPY_ALL) osg::ref_ptr<osg::Node> deepnode = (osg::Node *)(node->clone(osg::CopyOp::DEEP_COPY_ALL)); 阅读全文
posted @ 2019-11-06 15:23 西北逍遥 阅读(762) 评论(0) 推荐(0) 编辑