码迷,mamicode.com
首页 >  
搜索关键字:openscenegraph    ( 62个结果
ubuntu20.04 osg3.6.4 osgearth2.10
ubuntu18.04 osg osgearth搭建 1 apt install mesa-common-dev freeglut3 freeglut3-dev mesa-utils openscenegraph curl 7.68 sqlite-3.31 libsqlite3-dev zstd 1 ...
分类:系统相关   时间:2020-07-16 10:10:50    阅读次数:95
openscenegraph在ubuntu上编译
https://blog.csdn.net/ustbyangcheng/article/details/8689632 sudo apt-get build-dep openscenegraph #安装必备依赖库 sudo apt-get install mesa-common-dev freegl ...
分类:系统相关   时间:2020-06-28 22:16:26    阅读次数:111
CloudCompare第一步
一、准备工作 1.CMake 2.源代码 https://github.com/cloudcompare/cloudcompare 3.官方数据(编译无关) http://www.openscenegraph.org/index.php/download-section/stable-release ...
分类:其他好文   时间:2020-05-16 20:59:13    阅读次数:81
[转]OpenGL中的功能与OSG对应功能
OpenGL function OpenSceneGraph implementation glClear( GLbitfield mask ) osg::Camera::setClearMask(GLbitfield mask)osg::GraphicsContext::setClearMask( ...
分类:其他好文   时间:2020-05-06 14:02:58    阅读次数:76
OSG加载倾斜摄影数据
通过生成一个索引文件,使用OpenSceneGraph加载倾斜摄影数据。 ...
分类:其他好文   时间:2020-04-30 23:22:14    阅读次数:192
基于osg的python三维程序开发(一)
openscenegraph python 三维软件开发 ...
分类:编程语言   时间:2020-03-09 13:11:38    阅读次数:132
OSG编译
参考:1.下载OSG库OSG源码http://www.openscenegraph.org/index.php/download-section/stable-releaseshttps://github.com/openscenegraph/OpenSceneGraph/releases第三方依赖... ...
分类:其他好文   时间:2020-01-23 14:08:36    阅读次数:126
osg::Node源码
/* -*-c++-*- OpenSceneGraph - Copyright (C) 1998-2006 Robert Osfield * * This library is open source and may be redistributed and/or modified under * ... ...
分类:其他好文   时间:2019-11-26 19:46:42    阅读次数:58
osg编译日志
1> 已启动全部重新生成: 项目: ZERO_CHECK, 配置: Debug x64 1> Checking Build System1> CMake does not need to re-run because O:/OpenSceneGraph/OpenSceneGraph_build/CM ...
分类:其他好文   时间:2019-09-05 18:18:53    阅读次数:87
osgViewer
/* -*-c++-*- OpenSceneGraph - Copyright (C) 1998-2006 Robert Osfield * * This library is open source and may be redistributed and/or modified under * ... ...
分类:其他好文   时间:2019-08-28 19:55:49    阅读次数:141
62条   1 2 3 4 ... 7 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!