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

[OpenGL] dianyuanchonggouzuixinsuanfa

点云重建三角网格最新算法,你可以了解当前所有最流行的三维重建算法
Point cloud reconstruction the triangular mesh latest algorithm, you can learn about this all of the most popular of the three-dimensional reconstruction algorithm (2013-03-14, Visual C++, 666KB, 下载36次)

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

[OpenGL] OOpenGL-Spherp

OpenGL/绘制球球体/三角形离散网显示
OpenGL/draw the ball sphere/triangle discrete network shows (2012-08-14, Visual C++, 1498KB, 下载12次)

http://www.pudn.com/Download/item/id/1966459.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] Triangulation-Adjustment

三角网平差,全站仪野外布设三角网所测数据进行平差计算,并估算精度
Triangle network adjustment with, tachometer field layout triangle nets test data adjustment calculation, and estimation accuracy (2012-02-18, Visual C++, 3551KB, 下载15次)

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

[OpenGL] TIN

快速建立TIN(三角网),用OPENGL+VC6写的。运行速度还可以。
Rapid establishment of TIN (triangular mesh), written with OPENGL+ VC6. Speed ​ ​ also. (2011-11-18, Visual C++, 116KB, 下载35次)

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

[OpenGL] triangle

三维构建三角网的一些资料,以及点云文件的描述
Three-dimensional triangulation to build some of the information, as well as a description of the point cloud file (2011-10-22, Visual C++, 2182KB, 下载11次)

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

[OpenGL] opengl-TriNet

vc++,opengl,三角网生成,三维显示。适合初学者。
vc++, opengl, triangulation generated, three-dimensional display (2011-08-17, Visual C++, 326KB, 下载35次)

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

[OpenGL] Delaunay

delaunay三角生成,结合OpenGl实现三角网显示
delaunay triangulation generated, combined with OpenGl display to achieve triangulation (2011-08-08, Visual C++, 44KB, 下载64次)

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

[OpenGL] 3Dksh_opengl

基于openggl的三维地形可视化实现 由输入点生成三角网
three-dimensional terrain visualization (2011-05-18, Visual C++, 2950KB, 下载49次)

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

[OpenGL] room

掌握透视投影与平行投影的基本原理 掌握OpenGl的投影变换的基本方法 设计并实现一个室内场景造型 交互式方式实现室内场景浏览功能 设计视点运动轨迹
Perspective projection and parallel projection master the basic principles of OpenGl projection master the basic method of transformation Design and implementation of an indoor scene modeling Interactive features to achieve interior scenes view Trajectory design point of view (2011-05-03, Visual C++, 871KB, 下载31次)

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

[OpenGL] yinhexi

基于Opengl实现银河系效果,学习者可以根据自己的需要,来添加跟多的行星。
Effect on the Milky Way Opengl implementation, learners according to their own needs, to add with the number of planets. (2011-05-02, Visual C++, 336KB, 下载21次)

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

[OpenGL] Ziyoo2DTriaMesh

opengl实现画图程序。自动构三角网。是学习的好材料。。。。
opengl drawing process to achieve. Automatic configuration triangulation. Is a good learning materials. . . . (2010-07-19, Visual C++, 47KB, 下载13次)

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

[OpenGL] triangulationnetwork

采用VC++结合OPENGL建立三角网并贴纹理!
Use VC++ combine OPENGL to build triangulation network (2010-07-10, Visual C++, 907KB, 下载49次)

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

[OpenGL] OpenGL

读入数据,利用OpenGL函数用三角网格的形式画出地面,并实现了缩放、旋转、纹理等功能
Read the data, using OpenGL function with triangular grid in the form of painted surface, and to achieve the zoom, rotation, texture and other functions (2010-06-22, Visual C++, 115KB, 下载420次)

http://www.pudn.com/Download/item/id/1219943.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] OpenGL-Sphere-mapping

OpenGL/绘制球体/三角形离散网显示
OpenGL/Draw sphere/triangle shows discrete Net (2009-03-03, Visual C++, 1497KB, 下载25次)

http://www.pudn.com/Download/item/id/659670.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] TDViewer

DEM显示程序,可以显示规则格网DEM,可以将离散点构建成规则格网(还有待完善),可以实现DEM的三维浏览。
DEM display program, you can show the Regular Grid DEM, discrete points can be constructed grid rules (yet to be perfect), can realize the three-dimensional DEM browser. (2007-11-08, Visual C++, 119KB, 下载379次)

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

[OpenGL] DelauneyTriangleGridCreate

对地形研究过程中实现的Delauney三角网自生成示例,适合初学者
right terrain course of the study achieved Delauney Triangle Generation Network since example, for beginners (2007-05-23, Visual C++, 126KB, 下载44次)

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

[OpenGL] cn700_vc5114678898923

我学了一下OpenGL,写了这个代码。用C语言编写的,仅供娱乐
me a bit OpenGL, write this code. C language, is for Entertainment (2006-09-19, Visual C++, 17KB, 下载5次)

http://www.pudn.com/Download/item/id/214920.html
总计:86