登录

最新会员 最新下载

成为了本站VIP会员

11月02日 20:53

成为了本站VIP会员

10月30日 10:36

成为了本站VIP会员

10月27日 09:50

成为了本站VIP会员

10月20日 00:18

成为了本站VIP会员

10月18日 11:26

成为了本站VIP会员

10月18日 09:56
已选条件
  1. 编程语言:C#
  2. 代码类别:OpenGL
  3. 发布时间:近三天
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

1. Ocean

  用C++编写的海浪仿真动画,里面有完整的程序。导入后可直接运行,或通过exe文件直接打开编译后的程序。(The wave simulation animation written in C++ has a complete program. After importing, it can run directly, or open the compiled program directly through exe file.)

1
下载
82
浏览
2020-06-20发布

2. Ocean

说明:  用C++编写的海浪仿真动画,里面有完整的程序。导入后可直接运行,或通过exe文件直接打开编译后的程序。(The wave simulation animation written in C++ has a complete program. After importing, it can run directly, or open the compiled program directly through exe file.)

5
下载
73
浏览
2020-06-20发布

3. OpenGL教程_NeHe_源代码_1-48

  Nehe 48实例,包含源码,应用程序及说明(Nehe 48 samples, contain source code, application and readme)

0
下载
88
浏览
2020-06-19发布

4. OpenGL教程_NeHe_源代码_1-48

说明:  Nehe 48实例,包含源码,应用程序及说明(Nehe 48 samples, contain source code, application and readme)

2
下载
118
浏览
2020-06-19发布

5. srtm_60_05

  最新下载60米分辨率DEM影像,可用于InSAR使用(Newly downloaded DEM images with a resolution of 60 meters can be used for InSAR)

0
下载
124
浏览
2020-06-17发布

6. srtm_60_05

说明:  最新下载60米分辨率DEM影像,可用于InSAR使用(Newly downloaded DEM images with a resolution of 60 meters can be used for InSAR)

2
下载
78
浏览
2020-06-17发布

7. BezierCurve

  Bezier曲线的绘制,多项式系数的值由函数GetCnk计算,沿曲线路径的坐标位置由函数GetPointPr计算,最后由BezierCurve函数通过OpenGL画点功能实现曲线绘制。这里绘制的是一个包含4个控制点的三次Bezier曲线。(In Bezier curve drawing, the value of polynomial coefficients is calculated by function GetCnk, the coordinate position along the curve path is calculated by function GetPointPr, and finally the curve is drawn by Bezier Curve function through OpenGL point drawing function. Here we draw a cubic Bezier curve with four control points.)

0
下载
89
浏览
2020-06-16发布

8. BezierCurve

说明:  Bezier曲线的绘制,多项式系数的值由函数GetCnk计算,沿曲线路径的坐标位置由函数GetPointPr计算,最后由BezierCurve函数通过OpenGL画点功能实现曲线绘制。这里绘制的是一个包含4个控制点的三次Bezier曲线。(In Bezier curve drawing, the value of polynomial coefficients is calculated by function GetCnk, the coordinate position along the curve path is calculated by function GetPointPr, and finally the curve is drawn by Bezier Curve function through OpenGL point drawing function. Here we draw a cubic Bezier curve with four control points.)

1
下载
157
浏览
2020-06-16发布

9. OpenSceneGraph-Data-3.0.0

  OpenSceneGraph-Data-3.0.0

0
下载
87
浏览
2020-06-16发布

10. OpenSceneGraph-Data-3.0.0

说明:  OpenSceneGraph-Data-3.0.0

1
下载
101
浏览
2020-06-16发布

11. Bezier曲线

说明:  工程压缩包,可以直接打开运行,计算机图形学,共享(Project compression package, can be opened directly to run)

0
下载
81
浏览
2020-06-08发布

12. quaddemo

说明:  quadtree terrain LOD in open gl using c++

1
下载
117
浏览
2020-06-03发布

13. ROAMSimple

说明:  ROAM terrain LOD example in c++

1
下载
116
浏览
2020-06-03发布

14. 读取obj

说明:  可以读取在网上下载的大部分obj模型,obj文件和mtl文件都可以进行读取,VS2017就可以运行,图片什么的要放在同一个目录下。(You can read most of the obj models downloaded on the Internet. Both obj files and mtl files can be read, and VS2017 can be run. Pictures should be placed in the same directory.)

1
下载
108
浏览
2020-05-28发布

15. learnopengl_book_bw.pdf

说明:  OpenGL学习教程,非常适合入门者学习。(OpenGL tutorial,Perfect for beginners.)

2
下载
113
浏览
2020-04-27发布

16. vc++6.0第一个OpenGL

说明:  vc++6.0环境下第一个opengl,包含配置环境(about first opengl at vc++6.0 programming)

0
下载
97
浏览
2020-03-28发布

17. QT和GDAL和OpenGL影像显示

说明:  基于QT gdal 以及opengl的遥感信息图像显示(Remote sensing information image display based on QT GDAL and OpenGL)

4
下载
117
浏览
2020-03-08发布

18. LOD技术研究(参考书和代码)

说明:  LOD技术即Levels of Detail的简称,意为多细节层次。LOD技术指根据物体模型的节点在显示环境中所处的位置和重要度,决定物体渲染的资源分配,降低非重要物体的面数和细节度,从而获得高效率的渲染运算。(LOD technology is the abbreviation of levels of detail, which means multi-level of detail. LOD technology is to determine the resource allocation of object rendering according to the position and importance of the nodes of the object model in the display environment, reduce the number of faces and the degree of detail of non important objects, so as to obtain efficient rendering operation.)

1
下载
126
浏览
2020-02-11发布

19. OpenGL绘制球体

说明:  OpenGL利用三角面片逼近绘制球体,纹理贴图实现可旋转的地球效果(OpenGL uses triangle patch to draw sphere and texture map to achieve rotatable earth effect)

6
下载
103
浏览
2019-11-17发布

20. OpenGL入门教程(精)

说明:  OPengl编程教程教材说明文档,图形图像编程OPengl(OPengl Programming Textbook Description Document, Graphics and Image Programming OPengl)

4
下载
90
浏览
2019-10-01发布