码迷,mamicode.com
首页 >  
搜索关键字:osg    ( 352个结果
osg fbx 模型结构操作
osg::Node* TeslaManage::findOsgNodeByName(QString &nodeNme) { osg::Node* findNode = NULL; std::vector::iterator vec_iter; for (vec_iter = allOsgNode.b... ...
分类:其他好文   时间:2019-07-14 20:10:32    阅读次数:142
osg fbx 模型树结构
void Test::printOsgGroup(osg::ref_ptr &groupParam) { qDebug() getNumChildren(); //std::cout getNumChildren() getNumChildren(); k++) { osg::ref_ptr gro... ...
分类:其他好文   时间:2019-07-14 11:31:36    阅读次数:86
osg qt fbx
void TeslaManage::loadModelFile(QString &filename) { file_node = osgDB::readNodeFile(std::string((const char *)filename.toLocal8Bit())); root->addChil... ...
分类:其他好文   时间:2019-07-13 13:49:32    阅读次数:139
C++类封装成DLL动态链接库
最近在进行OSG开发,想将里面模型导入部分重复使用的代码封装成DLL,这样后续不需要重复编写这部分代码。而C++类封装成DLL步骤如下:1、 VS2015新建一个Win32项目,应用程序类型选择DLL2、新建DLL项目后,项目解决方案文件结构如下:3、配置OSG库因为DLL使用到了osg库,所以项目... ...
分类:编程语言   时间:2019-07-11 00:40:43    阅读次数:224
osg 在场景中绘制坐标轴(xyz)
参考:https://blog.csdn.net/sun222555888/article/details/52083413 ...
分类:其他好文   时间:2019-07-08 13:24:32    阅读次数:546
osg fbx模型删除模型中的某几个节点,实现编辑模型的功能
fbx model element count:80 三维视图: {三维} 4294967295 osg::MatrixTransform1 基本墙 wall_240 [361750] 4294967295 osg::MatrixTransform2 基本墙 wall_240 [361813] 42 ...
分类:其他好文   时间:2019-07-07 16:07:02    阅读次数:277
OSG绘制空间凹多边形并计算其面积
通过多边形分格化和几何图元遍历来解决OSG绘制凹多边形并计算其面积的问题。 ...
分类:其他好文   时间:2019-07-07 12:42:54    阅读次数:88
osg osgViewer::View::setUpViewInWindow()
当前位置:osgViewer/View.cpp 第 575 行,osgViewer::View::setUpViewInWindow()这个函数有五个传入参数:窗口左上角坐标 x,y,宽度 width,高度 height,以及屏幕数 screenNum。它的作用顾名思义是根据给定的窗口参数来创建一个 ...
分类:Windows程序   时间:2019-06-30 19:15:42    阅读次数:218
osg::Texture2D 贴纹理
#ifdef _WIN32 #include #endif // _WIN32 #include #include #include #include #include #include #include #include #include #include #include #include #i... ...
分类:其他好文   时间:2019-06-29 22:35:08    阅读次数:514
osgText::Text osg字体
#ifdef _WIN32 #include #endif // _WIN32 #include #include #include #include #include #include #include #include #include #include #include #include #i... ...
分类:其他好文   时间:2019-06-29 21:59:31    阅读次数:162
352条   上一页 1 ... 4 5 6 7 8 ... 36 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!