-
Delphi系统采用OpenGL演示旋转的地球。
Delphi system which using OpenGL that demonstrating rotating Earth.
- 2022-01-25 19:06:40下载
- 积分:1
-
这是一个教你如何在vc+OpenGL中读取.obj文件的程序
这是一个教你如何在vc+OpenGL中读取.obj文件的程序-teach you how to read vc OpenGL. Obj documentation procedures
- 2022-12-20 19:30:09下载
- 积分:1
-
OpenGL用户界面演示
OpenGL用户界面演示-OpenGL user interface demo
- 2022-02-28 18:02:46下载
- 积分:1
-
A simple to use OpenGL to read 3DS file grid data examples
一个简单的使用OpenGL读取3DS文件中的网格数据的例子-A simple to use OpenGL to read 3DS file grid data examples
- 2022-08-06 18:09:23下载
- 积分:1
-
用opengl对飞机进行建模,其中对飞机建模采用了nurbs曲线,曲面技术.使飞机的外形更加平滑.对于防真学的出学者有很大的帮助....
用opengl对飞机进行建模,其中对飞机建模采用了nurbs曲线,曲面技术.使飞机的外形更加平滑.对于防真学的出学者有很大的帮助.-use opengl right aircraft modeling, modeling of aircraft used nurbs curve, Surface Technology. That the aircraft"s shape more smooth. Those really learn from scholars are very helpful.
- 2022-02-14 03:24:01下载
- 积分:1
-
这是我自己用OpenGL做的一个程序,有交互控制台,可以自己设置光源,反走样,明暗处理和显示方式等,对学习OpenGL很有帮助...
这是我自己用OpenGL做的一个程序,有交互控制台,可以自己设置光源,反走样,明暗处理和显示方式等,对学习OpenGL很有帮助-This is for my own use OpenGL to do a procedure, interactive consoles, can set up their own light source. Anti-aliasing, shading and display modes, very helpful to learn OpenGL
- 2023-04-19 05:30:03下载
- 积分:1
-
opengl三维动画编程.pdf
介绍opengl动画编程的书
讲解由浅入深,适合opengl入门使用...
opengl三维动画编程.pdf
介绍opengl动画编程的书
讲解由浅入深,适合opengl入门使用-this book introduces basic concepts of opengl programming, which is good for beginners
- 2022-03-25 08:48:43下载
- 积分: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 (junior) three
OpenGL(初级)三维图形系统开发与实用技术源代码-OpenGL (junior) three-dimensional graphics system development and practical technology source code
- 2023-02-13 02:55:04下载
- 积分:1
-
opengl程序代码3d下棋游戏
opengl学习例码1. [15分]基于OpenGL,具有基本体素(立方体、球、圆柱、圆锥、多面棱柱、多面棱台)的建模表达能力;
2. [15分]具有基本三维网格导入导出功能(建议OBJ格式);
3. [15分]具有基本材质、纹理的显示和编辑能力;
4. [10分]具有基本几何变换功能(旋转、平移、缩放等);
5. [15分]基本光照明模型要求,并实现基本的光源编辑(如调整光源的位置,光强等参数);
6. [15分]能对建模后场景进行漫游如Zoom In/Out, Pan, Orbit, Zoom To Fit等观察功能。
7. [15分]Awesomeness指数:展示项目本身所独有的炫酷特点,包括但不限于有感染力的视觉特效。
- 2022-03-01 23:58:01下载
- 积分:1