-
opengl模拟太阳系
采用光照和视图转换,造成三维效果,,中心是太阳,然后地球围绕太阳转,月亮围绕地球转。这个程序的目的是使初学者理解:透视投影,环境光,聚光灯。
- 2023-03-12 21:00:04下载
- 积分:1
-
学习如何映射有很多好处。我们说你想要一个导弹…
光照和键盘控制:
添加光照和键盘控制,它让程序看起来更美观。
-Learning how to texture map has many benefits. Lets say you wanted a missile to fly across the screen. Up until this tutorial we d probably make the entire missile out of polygons, and fancy colors. With texture mapping, you can take a real picture of a missile and make the picture fly across the screen. Which do you think will look better? A photograph or an object made up of triangles and squares? By using texture mapping, not only will it look better, but your program will run faster. The texture mapped missile would only be one quad moving across the screen. A missile made out of polygons could be made up of hundreds or thousands of polygons. The single texture mapped quad will use alot less processing power.
- 2022-05-15 07:48:56下载
- 积分:1
-
openGL (GLUT) avec C
openGL (GLUT) avec C
- 2022-03-25 13:45:42下载
- 积分:1
-
对OpenGL图形进行缩放和平移操作
对OpenGL图形进行缩放和panning操作-right OpenGL graphics for zooming and panning operation
- 2022-06-11 20:01:00下载
- 积分:1
-
OPENGL的学习源代码,很容易上手的
OPENGL的学习源代码,很容易上手的-OpenGL study the source code, it is easy to get started with the
- 2022-06-19 01:25:07下载
- 积分:1
-
OpenGL代码
OpenGL为程序员提供了一个图形硬件接口。他是一个功能强大的,支持底层绘制和造型能力的软件图形函数库,适用于所有的主流操作系统平台,有着广泛的硬件支持。
- 2022-08-24 15:44:37下载
- 积分:1
-
基于GPU的计算机视觉算法,如边角的检测,convolustion…
GPU based computer vision algorithms such as edge cornor detection,convolustion operation.-GPU based computer vision algorithms such cornor as edge detection, convolustion operation.
- 2022-10-23 07:10:03下载
- 积分:1
-
斯坦福大学开发的三个经典3D几何模型,ply格式的,对于接触图形的朋友有很大帮助...
斯坦福大学开发的三个经典3D几何模型,ply格式的,对于接触图形的朋友有很大帮助-Stanford University, developed three classic 3D geometric model, ply format, for access to graphic of great help to a friend
- 2022-02-12 21:46:12下载
- 积分:1
-
采用OpenGL API编写的例程,一个多彩的立方体转来转去,立体感很强...
采用OpenGL API编写的例程,一个多彩的立方体转来转去,立体感很强-prepared using the OpenGL API routines, a colorful cube to turn, a strong sense of three-dimensional
- 2023-08-22 18:10:03下载
- 积分:1
-
nurbsCurve这个程序作为曲线拟合使用的.其中要用到OpenGL的某些库...
nurbsCurve这个程序作为曲线拟合使用的.其中要用到OpenGL的某些库-nurbsCurve this procedure as used in curve fitting. Which to use OpenGL some library
- 2022-02-21 07:25:40下载
- 积分:1