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

[OpenGL] pixi-miniprogram

一个可运行于微信小程序的PIXI引擎,通过模拟window环境,有些功能小程序无法模拟,就直接修改了PIXI引擎代码,最终使得PIXI引擎正常运行在小程序上
A PIXI engine that can run on WeChat applets. By simulating the window environment, some function applets cannot be simulated, so they directly modify the PIXI engine code, and finally make the PIXI engine run on the applet normally (2023-03-03, JavaScript, 888KB, 下载0次)

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

[OpenGL] 网格显示

实现一个简单的3D格网显示。所编写的程序除了显示物体的模型外,还要能让用户改变光的位置和物体的颜色。
To achieve a simple 3D grid display. In addition to displaying the model of the object, the program also allows users to change the position of light and the color of objects. (2017-09-27, Visual C++, 14389KB, 下载9次)

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

[OpenGL] CodeSampler.OglSrc(1.2-2.0)

从Code Sampler网下载的其公开发布的OpenGL所有老版(1.2-2.0)例程,绝大多数程序适用Windows VC++环境编译,少数Linux专用版也经我在Ubuntu和MAC上验证可用。
A download collection of all published old OpenGL(1.2-2.0) samples the Code Sampler web site. Most of the codes are for Windows VC++ only, some of them have the Linux version which were verified by me on Ubuntu and MAC. (2016-04-13, C/C++, 14267KB, 下载11次)

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

[OpenGL] vcglib

VCGLIB是一个由意大利国立研究院的库文件,适合三维图形的开发,里面有些例子可以帮助学习指导
VCGLIB is a library file by the Italian National Institute for the development of three-dimensional graphics, in which some examples can help study for newer. (2015-01-13, Visual C++, 2580KB, 下载11次)

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

[OpenGL] 3D-data-surface-reconstruction

三维数据曲面重构,,本学位论文对曲面重构做了一部分工作,重点研究了三角网格曲面重构算法,对提高三角网格剖分的效率和效果起了一定作用。
3D data surface reconstruction (2014-11-04, matlab, 14287KB, 下载110次)

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

[OpenGL] plywrite

将三维三角网格数据存为ply格式文件,输入参数为三维数据x,y,z坐标,色彩信息,三角网格下标矩阵
The data is saved in the three-dimensional triangular mesh ply format, input parameters for the three-dimensional data x, y, z coordinates, color information, the subscript matrix triangular mesh (2014-03-17, matlab, 1KB, 下载9次)

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

[OpenGL] openGL-fireworks-

MFC下实现 openGL烟花粒子播放 用FOMD 配音,整个系统有七种爆炸效果,效果依然不是很好,由于个人数学较差,写不出离散的魅力效果
MFC to achieve openGL particles play with fireworks FOMD dubbing, the whole system has seven explosions, the effect is still not very good, because of personal math is poor, write discrete charm effects (2013-05-30, Visual C++, 3492KB, 下载17次)

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

[OpenGL] 3DSLoader

基于OpenGL和加速度传感器的划船数字娱乐仿真,该作品通过MMA7260Q三轴加速度传感器来采集数据,并通过单片机STC12C5A60S的控制传输,将整理收集完成的信号传输给蓝牙透传模块,再由蓝牙通过PC串口给计算机,数据经过程序处理,表现在三维画面中
Based the OpenGL and acceleration sensor simulation boating digital entertainment, the works by MMA7260Q three-axis acceleration sensor to collect data, will collate the collection complete signal transmission to the Bluetooth pass-through module and by SCM STC12C5A60S the control transfer by Bluetooth via a PC serial to the computer, data processing program performance in a three-dimensional picture (2013-03-26, Visual C++, 6104KB, 下载9次)

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

[OpenGL] Creative-design

机械创新设计 在目前的家庭运动器材市场上,哑铃是颇受人们青睐的运动器材之一。但有的人偏好杆铃,我的设计是在哑铃的基础上的进一步改进,使之可以在人们需要时,改装成杆铃,满足喜爱较大强度的健身需求。便于人们饭后休闲娱乐健身。
Creative design in the current home exercise equipment on the market, dumbbell is one of the popular people popular sports equipment. But some people prefer lever bell, my design is a further improvement in the dumbbell so that when people need to be converted into the barbell to meet the love of the fitness needs of the greater strength. Easier for people to after dinner entertainment fitness. (2012-06-07, TEXT, 31KB, 下载6次)

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

[OpenGL] JMeshLib

JMeshLib程序主要针对流形三角网格进行优化,以边为结构数据对三维立体表面数据进行法矢一致性转换、孔洞检查、噪声监测以及剔除退化三角形等功能。
JMeshLib provides a framework to work with manifold triangle meshes. It implements an edge-based data structure with all its fundamental functionalities (i.e., file I/O, mesh construction/destruction, traversal). It is written in C++ and includes support for reading and writing the file formats: OFF, PLY STL VER-TRI and IV 2.1, VRML 1.0, VRML 2.0, OBJ. (2012-04-12, Visual C++, 328KB, 下载21次)

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

[OpenGL] 44

【例程3】形高度数据,将地形数据组织成均匀三角网格,通过OpenGL绘制三维地形,并进行地形纹理贴图。同时要求实现地形的漫游,即可以前后左右移动视点来观察地形。
From the elevation map (digital elevation map) to read the terrain elevation data, terrain data will be organized into a uniform mesh, through the OpenGL rendering terrain and the terrain texture map. Terrain also asked roaming, you can view past and move around to observe after the terrain. (2010-10-10, Visual C++, 2216KB, 下载108次)

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

[OpenGL] D3Dparticlefire

D3D 粒子系统 火焰效果的讲解(中文),对于想要学会用D3D做出火焰的粒子系统的同学会有帮助
D3D flame particle system effects to explain (in Chinese), who want to learn how to use D3D to make flame particle system will help students (2010-07-27, Visual C++, 586KB, 下载43次)

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

[OpenGL] Delaunay_Bowyer_Watson

一个c#语言写的使用Bowyer_Watson算法和有向查找技术的delaunay三角网生成程序,供大家交流学习。
A language written in c# use of Bowyer_Watson algorithms and techniques to find delaunay triangular mesh generation process, for all to share their knowledge. (2010-01-29, Others, 64KB, 下载92次)

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

[OpenGL] MFC_OpenGL

VC下实现Opengl绘制网格,利用MFC为模板,可做为MFC+Opengl的程序框架。值得学习。
VC achieve Opengl rendering the grid, using MFC as a template, can be used as a procedural framework for MFC+ Opengl. Worth learning. (2009-10-28, Visual C++, 2003KB, 下载373次)

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

[OpenGL] stl_viewer

可读取stl文件格式,并利用Opengl显示三角网格曲面,能够对图形进行旋转、缩放等操作,并附有stl测试文件
Stl file format can be read and used Opengl show triangular mesh surfaces, capable of graphics rotation, scaling operation, together with stl test file (2009-10-07, Visual C++, 741KB, 下载409次)

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

[OpenGL] 200711151061989771

OpenGL™ 是行业领域中最为广泛接纳的 2D/3D 图形 API, 其自诞生至今已催生了各种计算机平台及设备上的数千优秀应用程序。OpenGL™ 是独立于视窗操作系统或其它操作系统的,亦是网络透明的。在包含CAD、内容创作、能源、娱乐
OpenGL ™ is the industry' s most widely accepted field of 2D/3D graphics API, it has been since the birth of the birth of a variety of computer platforms and equipment on thousands of outstanding applications. OpenGL ™ are independent of the Windows operating system or other operating system is also network transparent. Contains at CAD, content creation, energy, entertainment (2009-03-23, Windows_Unix, 65KB, 下载2次)

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

[OpenGL] AUTODES

OpenGL™ 是行业领域中最为广泛接纳的 2D/3D 图形 API, 其自诞生至今已催生了各种计算机平台及设备上的数千优秀应用程序。OpenGL™ 是独立于视窗操作系统或其它操作系统的,亦是网络透明的。在包含CAD、内容创作、能源、娱乐、游戏开发、制造业、制药业及虚拟现实等行业领域中,OpenGL™ 帮助程序员实现在 PC、工作站、超级计算机等硬件设备上的高性能、极具冲击力的高视觉表现力图形处理软件的开发。
OpenGL ™ is the industry' s most widely accepted field of 2D/3D graphics API, it has been since the birth of the birth of a variety of computer platforms and equipment on thousands of outstanding applications. OpenGL ™ are independent of the Windows operating system or other operating system is also network transparent. Contains at CAD, content creation, energy, entertainment, game development, manufacturing, pharmaceutical industry and virtual reality industries field, OpenGL ™ help programmers achieve at PC, workstations, super computers and other hardware devices on the high-performance, highly with high impact visual performance graphics processing software development. (2009-03-23, Visual C++, 1014KB, 下载6次)

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

[OpenGL] vcopengl

OpenGL™ 是行业领域中最为广泛接纳的 2D/3D 图形 API, 其自诞生至今已催生了各种计算机平台及设备上的数千优秀应用程序。OpenGL™ 是独立于视窗操作系统或其它操作系统的,亦是网络透明的。在包含CAD、内容创作、能源、娱乐、游戏开发、制造业、制药业及虚拟现实等行业领域中,OpenGL™ 帮助程序员实现在 PC、工作站、超级计算机等硬件设备上的高性能、极具冲击力的高视觉表现力图形处理软件的开发。
OpenGL ™ is the industry' s most widely accepted field of 2D/3D graphics API, it has been since the birth of the birth of a variety of computer platforms and equipment on thousands of outstanding applications. OpenGL ™ are independent of the Windows operating system or other operating system is also network transparent. Contains at CAD, content creation, energy, entertainment, game development, manufacturing, pharmaceutical industry and virtual reality industries field, OpenGL ™ help programmers achieve at PC, workstations, super computers and other hardware devices on the high-performance, highly with high impact visual performance graphics processing software development. (2009-03-23, Visual C++, 217KB, 下载8次)

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

[OpenGL] mine

扫雷,openGL. 操作:鼠标左右,鼠标中间键对应windows扫雷的左右同时按下,最大网格37*37(windows扫雷中级为16*16)
Mine, openGL. Steps: the mouse around the mouse button between the left and right corresponding windows at the same time press the mine, the largest grid 37* 37 (windows mine Intermediate 16* 16) (2008-07-25, C++, 3KB, 下载11次)

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

[OpenGL] 2004022001

编程语言:VC++] 采用OpenGL API编写的例程,一个多彩的立方体转来转去,立体感很强,欢迎来到天极网源代码下载基地。
programming language : VC] prepared using the OpenGL API routines. a colorful cube to turn, a strong sense of three-dimensional, Inc. Welcome to the network to download the source code base. (2006-05-17, Visual C++, 19KB, 下载22次)

http://www.pudn.com/Download/item/id/185246.html
总计:146