-
Application vb language, combined with the development of three
应用vb语言,结合opengl控件开发的三维显示-Application vb language, combined with the development of three-dimensional display opengl Control
- 2022-06-02 16:44:23下载
- 积分:1
-
时间显示和三维的运动
时间显示和三维的运动-Time diplay and 3D motion
- 2022-09-12 07:45:03下载
- 积分:1
-
The goal of this project is to create an interactive teaching demo for Bezier su...
The goal of this project is to create an interactive teaching demo for Bezier surface patch. It can be used in CAGD courses, and help the students to have a better understanding of Bezier surface patch.
- 2023-02-23 16:50:03下载
- 积分:1
-
这是OpenGL高级编程与可视化系统开发(系统开发篇)源码
这是OpenGL高级编程与可视化系统开发(系统开发篇)源码 -This is a high-level programming with OpenGL visualization system development (system development articles) source
- 2022-09-30 02:15:04下载
- 积分:1
-
实现了众多天空渲染方法,和优化的特殊技巧。采用了立方体贴图...
实现了众多天空渲染方法,和优化的特殊技巧。采用了立方体贴图-Realize a number of sky rendering methods, and optimization of the special skills. Using cube map
- 2022-01-26 04:48:27下载
- 积分: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 例 本例源自OpenGL应用程序开发。
openGL 例 本例源自OpenGL应用程序开发。-OpenGLsamples-4
- 2022-06-21 01:09:39下载
- 积分:1
-
使用polyval2d功能得到拟合函数的系数矩阵polyfit2d创建…
利用polyval2d函数可以得出polyfit2d拟合的三维曲面的函数的系数矩阵-use polyval2d function to get fit function created by polyfit2d coefficient matrix
- 2022-04-14 17:09:01下载
- 积分:1
-
opengl3d小游戏
这个游戏包含了opengl3d游戏的所有基本元素,包括天空的绘制,地形的绘制(地形所用的是已有的高度图,没有用其他算法),md2模型的导入,模型动画的设置,场景内漫游,敌人是极其简单的AI,游戏的内容不多,但是涉及面很广,欢迎大家下载。
- 2022-07-21 12:43:01下载
- 积分:1
-
基于OpenGL的3D赛车游戏
资源描述OpenGL 是一个 3D 图形 API (Application Programming
Interface,应用程序编程接口),英文全称“Open Graphics Library”,即开放的图形程序接口技术,它广泛的应用与数字化应用技术以及娱乐领域,它具有开放性的图形库,良好的可移植性,是跨平台的计算机工业标准应用程序接口,它主要应用于专业3D 图形设计领域。若能利用OpenGL营造出逼真的视听效果和具有模拟驾驶感觉的赛车系统,将能给玩家和车迷带来身临其境的感觉。
- 2022-08-15 03:14:03下载
- 积分:1