随笔分类 -  《21天学通OsgEarth》

上一页 1 2 3 下一页

Osg-OsgEarth读取Tif格式的高程数据(Qt5.14.2+osgEart3.6.5+win10)-No13-ReadtifFile
摘要:相关资料: https://blog.csdn.net/qq_42570058/article/details/119984000 https://blog.51cto.com/u_15127609/4146224 https://download.csdn.net/download/zhujian 阅读全文

posted @ 2022-06-01 18:04 疯狂delphi 阅读(941) 评论(0) 推荐(0)

Osg-OsgEarth使用“.earth”文件加载数据,加载在线地图、shp矢量数据、tms数据、tif数据
摘要:长江三角洲科学数据中心](http://nnu.geodata.cn:8008/index.html <map> <image driver="tms" index="DOMT_Local" max_level ="19" min_level = "0"> <cache_policy usage=" 阅读全文

posted @ 2022-05-17 11:08 疯狂delphi 阅读(2690) 评论(0) 推荐(0)

Osg-OsgEarth实例圆锥体旋转效果(Qt5.14.2+osgEarht3.6.5+win10)-No12-OsgEarthModelRotate
摘要:相关资料: https://www.cnblogs.com/coolbear/p/7765862.html osgEarth设置模型旋转角度 代码实例: .pro 1 QT += core gui widgets 2 TARGET = TestOsgQt 3 TEMPLATE = app 4 DEF 阅读全文

posted @ 2022-02-10 17:25 疯狂delphi 阅读(356) 评论(0) 推荐(0)

Osg-Osg实例圆柱体对象局部旋转效果(Qt5.14.2+osgEarht3.6.5+win10)-No11-CylinderRotate
摘要:相关资料: https://www.cnblogs.com/kekec/archive/2011/08/15/2139893.html osg中使用MatrixTransform来实现模型的平移/旋转/缩放 代码实例: .pro 1 QT += core gui widgets 2 TARGET = 阅读全文

posted @ 2022-02-10 16:55 疯狂delphi 阅读(200) 评论(0) 推荐(0)

Osg-Osg实例牛对象局部旋转效果(Qt5.14.2+osgEarht3.6.5+win10)-No10-LocalRotate
摘要:相关资料: https://blog.csdn.net/pizi0475/article/details/5387514 OSG中测试旋转与平移 代码实例: .pro 1 QT += core gui widgets 2 TARGET = TestOsgQt 3 TEMPLATE = app 4 D 阅读全文

posted @ 2022-02-10 16:44 疯狂delphi 阅读(63) 评论(0) 推荐(0)

Osg-Osg实例牛对象旋转效果(Qt5.14.2+osgEarht3.6.5+win10)-No9-rotate
摘要:相关资料: https://www.cnblogs.com/ylwn817/articles/1973396.html osg矩阵变换节点 平移旋转缩放 代码实例: .pro 1 QT += core gui widgets 2 TARGET = TestOsgQt 3 TEMPLATE = app 阅读全文

posted @ 2022-02-10 16:08 疯狂delphi 阅读(92) 评论(0) 推荐(0)

Osg-Osg实例牛对象缩放效果(Qt5.14.2+osgEarht3.6.5+win10)-No8-zoom
摘要:相关资料: https://www.cnblogs.com/ylwn817/articles/1973396.html osg矩阵变换节点 平移旋转缩放 代码实例: .pro 1 QT += core gui widgets 2 TARGET = TestOsgQt 3 TEMPLATE = app 阅读全文

posted @ 2022-02-10 16:03 疯狂delphi 阅读(87) 评论(0) 推荐(0)

Osg-Osg实例牛对象平移效果(Qt5.14.2+osgEarht3.6.5+win10)-No7-translation
摘要:相关资料: https://www.cnblogs.com/ylwn817/articles/1973396.html osg矩阵变换节点 平移旋转缩放 注意: osg方向如左图所示,x轴表示屏幕水平方向,y轴表示和屏幕垂直方向即屏幕里面方向,z轴表示屏幕垂直方向,每个箭头指向表示正方向 代码实例: 阅读全文

posted @ 2022-02-10 15:57 疯狂delphi 阅读(108) 评论(0) 推荐(0)

Osg-Osg实例烟雾粒子效果飞机(Qt5.14.2+osgEarht3.6.5+win10)-No6-EParticlePlane
摘要:相关资料: https://blog.csdn.net/qq_35225556/article/details/109730460?spm=1001.2101.3001.6650.10&utm_medium=distribute.pc_relevant.none-task-blog-2~defaul 阅读全文

posted @ 2022-02-10 14:51 疯狂delphi 阅读(220) 评论(0) 推荐(0)

Osg-Osg实例实现环境雾效果(Qt5.14.2+osgEarht3.6.5+win10)-No5-EnvironmentFog
摘要:相关资料: https://blog.csdn.net/wb175208/article/details/88692393 osg 雾效果 https://blog.csdn.net/xiaoyuwang1994/article/details/105921857/ 实现osgEarth三维仿真场景 阅读全文

posted @ 2022-02-10 14:28 疯狂delphi 阅读(276) 评论(0) 推荐(0)

Osg-Osg实例烟雾粒子效果(Qt5.14.2+osgEarht3.6.5+win10)-No4-Particle
摘要:相关资料: https://www.jianshu.com/p/6c37c4334c8f OSG仿真案例(4)——创建烟雾粒子效果 代码实例: .pro 1 QT += core gui widgets 2 TARGET = TestOsgQt 3 TEMPLATE = app 4 DEFINES 阅读全文

posted @ 2022-02-10 14:11 疯狂delphi 阅读(215) 评论(0) 推荐(0)

Osg-Osg实例实现环境雨效果(Qt5.14.2+osgEarht3.6.5+win10)-No3-EnvironmentRain
摘要:相关资料: https://blog.csdn.net/chlk118/article/details/47009027?utm_medium=distribute.pc_relevant.none-task-blog-BlogCommendFromMachineLearnPai2-4.contro 阅读全文

posted @ 2022-02-10 14:00 疯狂delphi 阅读(334) 评论(0) 推荐(0)

Osg-Osg实例环境雪效果(Qt5.14.2+osgEarht3.6.5+win10)-No2-EnvironmentSnow
摘要:相关资料: https://blog.csdn.net/wb175208/article/details/88376874 OSG粒子效果-雪 https://blog.csdn.net/chlk118/article/details/47009027?utm_medium=distribute.p 阅读全文

posted @ 2022-02-10 13:37 疯狂delphi 阅读(176) 评论(0) 推荐(0)

Osg-Osg海军教程源代码之金子塔的绘制(Qt5.14.2+osgEarht3.6.5+win10)-No1-DrawGoldTower
摘要:相关资料: https://blog.csdn.net/u012130706/article/details/76044498 【OSG】将显示的图形窗口化 实例代码: .pro 1 QT += core gui widgets 2 TARGET = TestOsgQt 3 TEMPLATE = a 阅读全文

posted @ 2021-11-03 16:26 疯狂delphi 阅读(141) 评论(0) 推荐(0)

Osg-OsgEarth设置视点(水平方位角、垂直俯仰角、焦距)(Qt5.14.2+osgEarht3.6.5+win10)
摘要:垂直俯仰角 Osg焦距 Osg水平方位角 相关资料: https://blog.csdn.net/weixin_30604651/article/details/97294201 实例: .h osg::ref_ptr<osgEarth::Util::EarthManipulator> m_pEar 阅读全文

posted @ 2021-10-14 18:09 疯狂delphi 阅读(2100) 评论(0) 推荐(1)

Osg-OsgEarth地图界面显示指北针(指南针)(Qt5.14.2+osgEarht3.6.5+win10)
摘要:相关资料: https://blog.csdn.net/zbf00138/article/details/52288598 实例: Compass.h 1 #ifndef COMPASS_H 2 #define COMPASS_H 3 4 #include <osgEarth/MapNode> 5 阅读全文

posted @ 2021-10-14 14:38 疯狂delphi 阅读(1216) 评论(0) 推荐(0)

Osg-Osg修改鼠标中轮放大缩小的操作键(Qt5.14.2+osgEarht3.6.5+win10)
摘要:相关资料: https://blog.csdn.net/yang_sen_/article/details/84328233 原文: EarthManipulator默认的操作是向里滚动,地球远了,向外滚动,地球进了。 我不太习惯这种操作,我个人认为向里滚动,地球近了,向外滚动,地球远了。 查找了一 阅读全文

posted @ 2020-11-19 09:43 疯狂delphi 阅读(1462) 评论(0) 推荐(0)

OSG-在使用单位的kit编译osgQOpenGL时提示“语法错误:"unit"的前面应有“:””
摘要:问题现象: 在使用单位的kit编译osgQOpenGL时提示“语法错误:"unit"的前面应有“:”” 问题原因: 因为在加载其他.h时,加载了qobject.h,这时加载的.h文件与QT中的qobject文件不一致了。 问题处理: 把kit\include\QtCore目录改名为QtCore2,这 阅读全文

posted @ 2020-11-16 14:44 疯狂delphi 阅读(233) 评论(0) 推荐(0)

OSG-使用VS2019编译整个源代码方法
摘要:cmake 1.库3d路径 2.输出路径 3.环境变量 4.打上对号,编例子 运行: 1.运行需要二个变量,一个是数据,一个是运行的3d库位置 2.applications osgviewer->设为启动项 3.右击->属性页->命令参数->cow.osg 阅读全文

posted @ 2020-09-11 17:51 疯狂delphi 阅读(856) 评论(0) 推荐(0)

OSG-osgEarht源代码下载地址
摘要:https://codeload.github.com/gwaldron/osgearth/zip/osgearth-2.10 阅读全文

posted @ 2020-09-10 15:15 疯狂delphi 阅读(297) 评论(0) 推荐(0)

上一页 1 2 3 下一页

导航