随笔分类 -  C++

上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 33 下一页
摘要:1> 已启动全部重新生成: 项目: ZERO_CHECK, 配置: Release x64 1> Checking Build System1> CMake does not need to re-run because E:/OpenSourceGraph/VirtualPlanetBuilder 阅读全文
posted @ 2019-08-30 18:46 西北逍遥 阅读(647) 评论(0) 推荐(0)
摘要:1> 已启动生成: 项目: ZERO_CHECK, 配置: Debug x64 1> Checking Build System1> CMake does not need to re-run because E:/OpenSourceGraph/osgearth_build20190829/CMa 阅读全文
posted @ 2019-08-29 20:43 西北逍遥 阅读(677) 评论(0) 推荐(0)
摘要:void StateSet::setGlobalDefaults() ShaderPipeline disabled.void StateSet::setGlobalDefaults() ShaderPipeline disabled.Error reading file cande.earth: 阅读全文
posted @ 2019-08-29 19:38 西北逍遥 阅读(1228) 评论(0) 推荐(0)
摘要:吊绳伸缩 阅读全文
posted @ 2019-08-29 18:33 西北逍遥 阅读(383) 评论(0) 推荐(0)
摘要:多任务、序列式模拟 阅读全文
posted @ 2019-08-28 21:39 西北逍遥 阅读(255) 评论(0) 推荐(0)
摘要:/* -*-c++-*- OpenSceneGraph - Copyright (C) 1998-2006 Robert Osfield * * This library is open source and may be redistributed and/or modified under * the terms of the OpenSceneGraph Public Licen... 阅读全文
posted @ 2019-08-28 19:44 西北逍遥 阅读(692) 评论(0) 推荐(0)
摘要:模拟一个完整的吊装流程,初始状态->起臂->放下吊绳->竖直起吊->水平旋转->放下物体->收缩吊绳。 阅读全文
posted @ 2019-08-27 20:13 西北逍遥 阅读(272) 评论(0) 推荐(0)
摘要:机械臂-起臂动作模拟 阅读全文
posted @ 2019-08-27 18:28 西北逍遥 阅读(276) 评论(0) 推荐(0)
摘要:模拟机械臂起吊物体、以动物体、放下物体 阅读全文
posted @ 2019-08-27 09:56 西北逍遥 阅读(272) 评论(0) 推荐(0)
摘要:模拟机械臂吊装 阅读全文
posted @ 2019-08-26 17:22 西北逍遥 阅读(261) 评论(0) 推荐(0)
摘要:osg::ref_ptr rope1 = CreateCylinder(0, 0, 7, 0.1f); osg::ref_ptr rope2 = CreateCylinder(0, 0, 8, 0.1f); osg::ref_ptr rope3 = CreateCylinder(0, 0, 9, 0.1f); osg::ref_ptr rope4 = CreateCylinder(0, 0, 1... 阅读全文
posted @ 2019-08-25 20:11 西北逍遥 阅读(341) 评论(0) 推荐(0)
摘要:15:16:53: Starting: "/opt/Qt5.12.0/5.12.0/gcc_64/bin/qmake" /home/luo/Desktop/MyFile/QtProject/QQ_Client/QQ_Client.pro -spec linux-g++ CONFIG+=debug C 阅读全文
posted @ 2019-08-25 15:18 西北逍遥 阅读(1371) 评论(0) 推荐(0)
摘要:模拟多个自由度的机械臂 阅读全文
posted @ 2019-08-24 21:05 西北逍遥 阅读(521) 评论(0) 推荐(0)
摘要:void StateSet::setGlobalDefaults() ShaderPipeline disabled.Error reading file .osgearth_gdal: file not handledError reading file .osgearth_feature_ogr 阅读全文
posted @ 2019-08-23 18:35 西北逍遥 阅读(1340) 评论(0) 推荐(0)
摘要:E:\OpenSourceGraph\CURL_install\includeE:\GDAL\includeE:\Geos\geos_3_5_install\includeE:\OpenSourceGraph\3rdParty_x64\x64\include E:\OpenSourceGraph\C 阅读全文
posted @ 2019-08-23 17:05 西北逍遥 阅读(754) 评论(0) 推荐(0)
摘要:下载链接:http://trac.osgeo.org/geos/ 1. 打开cmake,加载geos源码和定位geos的工程存放位置; 2.点击configure,会报错,首先设置CMAKE_INSTALL-PREFIX定位到geos源码文件目录 3.然后打开链接https://trac.osgeo 阅读全文
posted @ 2019-08-23 13:10 西北逍遥 阅读(2157) 评论(0) 推荐(0)
摘要:nmake -f makefile.vc DEBUG=1nmake /f makefile.vc installnmake /f makefile.vc devinstal E:\Visual Studio 2015\install\VC>E:\Visual Studio 2015\install\ 阅读全文
posted @ 2019-08-23 12:39 西北逍遥 阅读(585) 评论(0) 推荐(0)
摘要:gdal下载地址:http://trac.osgeo.org/gdal/wiki/DownloadSource 修改nmake.opt中的一些配置。1、 GDAL_HOME = “C:\warmerda\bld”,编译后的生成的头文件、静态库、动态库将会存储到这个路径。我在D盘新建了文件夹gdal2 阅读全文
posted @ 2019-08-23 12:25 西北逍遥 阅读(1645) 评论(0) 推荐(0)
摘要:E:\OpenSourceGraph\gdal-1.10.0\gdal\port cpl_config.h 20行 #define HAVE_VPRINTF 1#define HAVE_VSNPRINTF 1#define HAVE_SNPRINTF 1#if defined(_MSC_VER) & 阅读全文
posted @ 2019-08-23 09:28 西北逍遥 阅读(1238) 评论(0) 推荐(0)
摘要:E:\Visual Studio 2015\install\VC>cd E:\OpenSourceGraph\gdal-master\gdal E:\OpenSourceGraph\gdal-master\gdal>E:\OpenSourceGraph\gdal-master\gdal>E:\Ope 阅读全文
posted @ 2019-08-22 20:59 西北逍遥 阅读(730) 评论(0) 推荐(0)

上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 33 下一页