联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All OpenGL(169) 

[OpenGL] THREE

三线换网
Mesh replacement for THREE.Line (2023-01-21, JavaScript, 2981KB, 下载0次)

http://www.pudn.com/Download/item/id/1687625057844414.html

[OpenGL] twinklingstar_cn_tech_of_shadows-master

shadow示例程序包含shadow map shadow volume
shadow example include shadow map shadow volume etc. (2018-05-28, C/C++, 75KB, 下载0次)

http://www.pudn.com/Download/item/id/1527513390180396.html

[OpenGL] mrmbers_prificient

分享我在中国期刊网下载的神经网络论文,分享我在中国期刊网下载
Share in the China journal net I download neural network, share in China journal net I download (2017-05-17, matlab, 289KB, 下载1次)

http://www.pudn.com/Download/item/id/1494958699408284.html

[OpenGL] osgVR

osg用约束线去掉想去掉三角网的区域,实现地形的裁剪和编辑,方便灵活。
osg with constraint remove want to remove triangulation area Terrain cutting and editing, convenient and flexible. (2016-03-22, Visual C++, 5KB, 下载30次)

http://www.pudn.com/Download/item/id/1458608618852132.html

[OpenGL] The-Inventor-Mentor[cn]

基于OpenInventor的三维图形编程参考资料,内容丰富,较易入手。
3D graphic develop bansed on OpenInventor tools. (2015-04-29, Visual C++, 5302KB, 下载5次)

http://www.pudn.com/Download/item/id/1430295473519319.html

[OpenGL] ww

运用虚拟现实技术,对环网柜检修进行模拟仿真,此程序用来控制场景播放。
This procedure is used to control the scene play. (2014-06-24, C++, 15KB, 下载7次)

http://www.pudn.com/Download/item/id/2573518.html

[OpenGL] delaunay1

用VC opengl做的delaunay三角网,这是一个三角网边生长算法的实现方法。
With VC opengl do delaunay triangulation, which is a triangulation edge growth algorithm implementation. (2014-04-22, Visual C++, 2KB, 下载10次)

http://www.pudn.com/Download/item/id/2518823.html

[OpenGL] google-earth-example

关于谷歌地球开发的例子程序,从官网上一点一点整理的
About Google Earth examples of program development, little by little from the official line finishing (2014-02-24, JavaScript, 1318KB, 下载11次)

http://www.pudn.com/Download/item/id/2468726.html

[OpenGL] book

模拟当当网做的一个小模块,前台显示商品,后台对商品进行操作
Analog Dangdang do a small module, front display merchandise, backstage operations for commodities (2014-01-06, Java, 4096KB, 下载1次)

http://www.pudn.com/Download/item/id/2444615.html

[OpenGL] MyDEM3D

openGL,VC++实现三角网绘图,绘制三位地形。
openGL, VC++ triangular network drawing, draw three terrain. (2012-07-31, Visual C++, 7014KB, 下载45次)

http://www.pudn.com/Download/item/id/1953523.html

[OpenGL] nehe_tutorial_cn

经典OpenGL教材汉化版,可视化编程的必修基础课程,适合所有层次人员
a classic tutorial on OpenGL (2012-07-06, Visual C++, 3816KB, 下载4次)

http://www.pudn.com/Download/item/id/1932359.html

[OpenGL] Lesson47

opengl教程相关,三维重建,立体图形的学习,
opengl tutorial-related, three-dimensional reconstruction, three-dimensional graphics to learn, (2011-07-30, Visual C++, 2940KB, 下载11次)

http://www.pudn.com/Download/item/id/1610628.html

[OpenGL] OpenGL-Guide-CN

OpenGL 开发手册(开发指南)有OpenGL的语法规范等
OpenGL Development Handbook (Developer' s Guide) has specifications such as OpenGL syntax (2011-04-27, Visual C++, 3815KB, 下载13次)

http://www.pudn.com/Download/item/id/1508854.html

[OpenGL] OPENGLsourcecode

Opengl 编程指南的源代码。。,是学习Opengl的官方指南,详实权威的OPENGL 的红宝书的源代码
OPENGL source code (2010-06-08, Visual C++, 3115KB, 下载4次)

http://www.pudn.com/Download/item/id/1206741.html

[OpenGL] 16486_a19n_cn

利用opengl进行的可实例化的编程,通过键盘响应等一系列windows信息进行控制
using opengl to make some program! (2009-07-10, Visual C++, 191KB, 下载4次)

http://www.pudn.com/Download/item/id/838861.html

[OpenGL] 3Dengineogre

作者在开发了功夫online这个网游后,对ogre这个3d引擎的总结
mainly tell about the ogre (2009-03-12, Visual C++, 15KB, 下载10次)

http://www.pudn.com/Download/item/id/670090.html

[OpenGL] Visual_C++_OpenGL_DirectX

Visual C++ OpenGL DirectX三维动画编程宝,网上搜集的资料,有原码
Visual C++ OpenGL DirectX animation programming Po, on-line data collected, have the original code (2008-06-02, Visual C++, 1801KB, 下载27次)

http://www.pudn.com/Download/item/id/479476.html

[OpenGL] 3DTERRIN

DEM的规则格网存储结构是一个二维点阵,由于其高度与宽度已知,因此可以用一个一维数组p[n]进行管理,设原点的平面位置为(0, 0),DEM的长度与宽度分别为s和t,则任意一点(i,j)的高程值为p[i×t+j]。规则格网的这种简明结构,事实上已经对DEM数据进行了很好的组织,因此将格网数据读入内存,而无需使用其它任何结构进行管理,直接对读入的DEM数据块进行处理,生成格网面。 利用bitmap将DEM位图中的数据读入到程序数组中,其中规则网格将区域空间切分为规则的格网单元, 每个格网单元对应一个数值, 在计算机实现中则是一个二维数组, 每个格网单元或数组的一个元素, 对应一个高程值。很自然地, 我们可以把数字位图与规则网格模型联系起来, 把位图的灰度值与高程值对应起来,添加纹理表面。
err (2008-04-26, Visual C++, 325KB, 下载280次)

http://www.pudn.com/Download/item/id/446971.html

[OpenGL] OpenGLSB2E

opengl超级宝点,绝对好书,本人找了很长时间才找到的
opengl super-point, absolutely books, I find a lot of time to find! ! (2007-06-01, Visual C++, 11993KB, 下载847次)

http://www.pudn.com/Download/item/id/290991.html

[OpenGL] le02

nehe opengl 第二课
nehe opengl second cla (2004-09-11, C++, 25KB, 下载5次)

http://www.pudn.com/Download/item/id/1094889408819505.html
总计:169