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

[OpenGL] work

本次作业要求你完整实现一个简单的2D样条曲线编辑器。该编辑器应支持Bezier曲线和B样条曲线, 可以实现两种曲线的转换(仅对四个控制点的双三次样条曲线)。在你的曲线程序能工作后,将转到由这些曲线来产生曲面:旋转曲面和双三次Bezier 片.
This assignment requires you to implement a simple 2D spline editor. The editor should support the Bezier curve and the B spline curve, and you can achieve the conversion of the two curves (only the double three spline curve of the four control points). After your curve program can work, you'll go through the curves to produce surfaces: rotating surfaces and double three Bezier slices (2017-10-08, C/C++, 129KB, 下载2次)

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

[OpenGL] moom_sun

利用opengl图形软件包,建立太阳、地球和月亮的运动模型;增加光照系统,模拟太阳、地球和月亮的光照环境;并利用双缓存技术,用动画方式显示模型。
Use opengl graphics package, the establishment of the Sun, Earth and Moon motion model increase the illumination system, simulate the sun, Earth and moon light environment using double buffering technology, using animated display models. (2014-09-26, C/C++, 13KB, 下载19次)

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

[OpenGL] HanNuoTa

汉诺塔算法演示,用OPENGL开发,每点击一次鼠标左键可以看到演示的每一步,点击右键复原。
Tower of Hanoi algorithm demo with OPENGL development, each click the left mouse button to see a demonstration of every step, right-click recovery. (2013-10-20, C/C++, 5KB, 下载4次)

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

[OpenGL] diangen

望远镜赤道仪双轴电跟程序。使望远镜追随地球自转
Telescope equatorial mount dual-axis power with the program. The telescope to follow the rotation of the earth (2013-10-20, C/C++, 9KB, 下载6次)

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

[OpenGL] 33385779lbfill

双三次Bezier曲面的绘制,曲面旋转,OPEN GL.C++语言。
Bicubic Bezier surface rendering, surface rotation, OPEN GL.C++ language. (2013-07-03, C/C++, 707KB, 下载7次)

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

[OpenGL] sanwei-mofang-

很真实的三维魔方.....玩法: 这类玩法适合拿魔方当作放松和娱乐的爱好者。他们通常仅仅满足于复原一个魔方,不会追求更高的标准。一般按照网上的视频教程七个步骤就可以还原,简单易学。   45岁的英国建筑工人格雷厄姆·帕克就花费了26年还原一个魔方。   竞速玩法   竞速玩法出现的具体的时间已经难以考证。当爱好者们已经能够熟练复原魔方的时候,就开始追求最快的复原。竞速复原有几个要点:使用的方法要最简便,但是随之产生的问题是步骤越少,需要记忆的公式就越多;使用的魔方需要最适合竞速使用,不会卡住或者打滑,所以出现了为魔方专用润滑油;灵巧的双手,因为拥有方法和好的魔方不是最重要的,双手能够熟练的转动魔方才能有最高的效率。  
Ordinary play this type of play is suitable to take the Rubik s Cube as a relaxation and recreation enthusiasts. They usually only meet the recovery of a Rubik s cube, not the pursuit of higher standards. Generally in accordance with the online video tutorials seven steps you can restore, easy to learn. 45-year-old British construction workers to Graham Parker spent 26 years restoring a Rubik s cube. Racing games are played racing games are played the specific time has been difficult to trace. When the fans have been able to skilled recovery Cube began to pursue the fastest recovery. Racing to recover a few key points: the method used to be the easiest, but the resulting problem is that the fewer the steps, the more need to remember the formula Cube need to be the most suitable for racing use, will not get stuck or slip , so there are special lubricants Cube dexterous hands, because they have good methods and Rubik s Cube is not the most important, his hands able to s (2013-04-23, C/C++, 2KB, 下载2次)

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

[OpenGL] OpenGLTest

双步直线算法的简单C语言实现版本,需要导入openGL包,供初学者使用
Simple two-step linear algorithm C language version, you need to import openGL package for beginners (2012-12-25, C/C++, 1KB, 下载2次)

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

[OpenGL] jinzita-

用opengl的动态金字塔,进行了部分渲染,效果非常不错
opengl dynamic hexagonal. Suitable for beginners friends use simple (2012-11-18, C/C++, 1547KB, 下载3次)

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

[OpenGL] liubianxing

用opengl绘制的动态的金字塔,颜色也进行了渲染
Rendering using opengl rendering dynamic pyramid, color, (2012-11-18, C/C++, 1495KB, 下载6次)

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

[OpenGL] bbc

开发工具vs2008 用opengl画的一个金字塔正四面体,左右旋转,上下放大缩小,f开关灯,t改变纹理,鼠标改变视距
Development tools vs2008 opengl draw a pyramid regular tetrahedron, the left and right rotation, zooming up and down, the the f light switch, t change the texture, the mouse to change the line-of-sight (2012-09-10, C/C++, 4632KB, 下载18次)

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

[OpenGL] opengl_qt_draw3D

四棱锥由5个面构成一个封闭的立体图,其中4个共顶点的侧面是三角形,底面是个四边形。如果我们要绘制一个3D的四棱锥只需要绘制这5个面即可,绘制的方法和前一篇文章OpenGL_Qt学习笔记之_03(平面图形的着色和旋转)的相同。只不过这里的顶点坐标是3维的,所以图像深度那一维不一定为0。因此我们可以事先计算好四棱锥各个顶点的坐标,这对学过立体几何的人来说应该是小case了。然后绘制每个面就可以。 注意,在opengl中绘制每个面时,所有面给出的顶点的顺序都要按照逆时针或者顺时针(我这里采用的是逆时针),这样才能保证所绘制出来的图像时正确的。 现在我们在paintGL中开始绘制四棱锥,如果按照NeHe的教程,它只是绘制了个金字塔,并没有底面,只有4个侧面,这里,我采用它的方法,代码如下:
A closed perspective view of four-sided pyramid is constituted by 5 surface, wherein the side of vertex 4 is triangular, the bottom surface is a quadrangle. If we want to draw a 3D pyramid only need to draw the five faces can, the drawn and former article OpenGL_Qt study notes _03 (planar graph coloring and rotation). But here vertex coordinates of a three-dimensional, so the image depth that dimension is not necessarily 0. So we can be calculated in advance the good four-sided pyramid coordinates of each vertex should learn solid geometry, is a small case. Then you can draw each face. Opengl in draw each surface, all surface given vertex order must be in accordance with the counterclockwise or clockwise (I used counterclockwise), so as to ensure the drawn image. Now we start drawing in paintGL four pyramid NeHe tutorial, it just draws a pyramid and the bottom surface of only four sides, here, I adopt its methods, the code is as follows: (2012-08-24, C/C++, 302KB, 下载225次)

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

[OpenGL] opencl

OpenCL(全称Open Computing Language,开放运算语言)是第一个面向异构系统通用目的并行编程的开放式、免费标准,也是一个统一的编程环境,便于软件开发人员为高性能计算服务器、桌面计算系统、手持设备编写高效轻便的代码,而且广泛适用于多核心处理器(CPU)、图形处理器(GPU)、Cell类型架构以及数字信号处理器(DSP)等其他并行处理器,在游戏、娱乐、科研、医疗等各种领域都有广阔的发展前景。   OpenCL 1.0主要由一个并行计算API和一种针对此类计算的编程语言组成,此外还特别定义了:   1、C99编程语言并行扩展子集   2、适用于各种类型异构处理器的坐标数据和基于任务并行计算API   3、基于IEEE 754标准的数字条件   4、与OpenGL、OpenGL ES和其他图形类API高效互通
OpenCL (full name of the Open Computing Language, an open computing language) is the first for general purpose parallel programming heterogeneous systems of open, free standards, is a unified programming environment to facilitate software developers for the high performance computing servers, desktop computing systems , portable handheld devices to write efficient code, but also widely used in multi-core processors (CPU), graphics processor (GPU), Cell type architecture, and digital signal processor (DSP) and other parallel processors, games, entertainment, scientific, medical and other fields have broad prospects for development. OpenCL 1.0 primarily consists of a parallel computing API and a programming language for such composition, addition, particular, Ding Yi of: 1, C99 programming language parallel Kuozhanziji 2, heterogeneous processors for Yu Gezhongleixing the Zuobiaoshuju and task-based parallel computing API 3, based on the IEEE 754 standard digital conditions 4, and Ope (2010-07-03, C/C++, 21KB, 下载49次)

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

[OpenGL] Graph

图形学完整课件,包括光栅图形学,图形裁剪,基本几何,二维几何,图形变换,三维几何,几何造型,光照模型,曲线与曲面,曲线拟合与双圆弧逼近,交互技术等。
Graphics complete courseware, including raster graphics, graphic cut, basic geometry, two-dimensional geometry, graph transformation, three-dimensional geometry, geometric modeling, illumination models, curves and surfaces, curve fitting and double arc approximation, interactive technology. (2010-04-16, C/C++, 7745KB, 下载57次)

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

[OpenGL] OpenGl

OpenGL 简单金字塔与十字架就是初学者运用的。
OpenGL Very good it is better than very thing (2010-04-16, C/C++, 1KB, 下载16次)

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

[OpenGL] GLFrame

openGL编程源码,如有需要可以联系本人,谢谢合作
openGL programming source code, if necessary you can contact me, Thank you for your cooperation (2008-12-18, C/C++, 258KB, 下载5次)

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

[OpenGL] lingxin

c语言OpenGL实现计算机图形学双步绘制直线法绘制菱形
c language OpenGL realize two-step rendering computer graphics rendering straight-line method over the diamond (2007-10-14, C/C++, 2KB, 下载3次)

http://www.pudn.com/Download/item/id/345320.html
总计:16