-
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
-
an initial procedures OpenGL
一个初始的OPENGL程序-an initial procedures OpenGL
- 2022-09-09 00:10:03下载
- 积分:1
-
用opengl写的,速度很快,显示3D物体
用opengl写的,速度很快,显示3D物体-use opengl written, very fast, show 3D objects
- 2022-03-20 04:00:34下载
- 积分:1
-
自己的函数遍的机器人
自己的函数遍的机器人-Times a function of their own robot
- 2022-03-17 10:57:43下载
- 积分:1
-
三维物体的旋转以及缩放1)序利用粒子系统模拟烟火视觉效果.
2)点击工具栏三个按键分别可以发射黄色,红色,白色烟火.
3)点击程序下拉菜单下模式下可以改...
三维物体的旋转以及缩放1)序利用粒子系统模拟烟火视觉效果.
2)点击工具栏三个按键分别可以发射黄色,红色,白色烟火.
3)点击程序下拉菜单下模式下可以改变烟火发射模式:
-Rotating three-dimensional objects, as well as zoom 1) sequence using particle system visual effects pyrotechnic simulation .2) Click the toolbar button, respectively, could be fired three yellow, red, white pyrotechnics .3) Click on the drop-down menu under the mode of procedure can be changed under the pyrotechnic launch mode :
- 2022-03-14 23:54:16下载
- 积分:1
-
计算机图形学(第四版)书中代码
该文件中包含计算机图形学(第四版)书中示例源代码,方便大家学习计算机图形学(第四版)。
- 2022-03-11 22:26:58下载
- 积分:1
-
opengl 开发的火焰演示程序代码,包括学习源代码,是制作游戏的很好的素材。...
opengl 开发的火焰演示程序代码,包括学习源代码,是制作游戏的很好的素材。-opengl development of the demonstration Flame code, including learning source code, the game is to produce a good material.
- 2022-05-16 05:28:47下载
- 积分:1
-
编译程序所需的.H、.LIB、.DLL文件可以在OpenGL开发库中找到。
编译Chapter12中的程序需要安装DirectX81SDK,可以从网上下载。...
编译程序所需的.H、.LIB、.DLL文件可以在OpenGL开发库中找到。
编译Chapter12中的程序需要安装DirectX81SDK,可以从网上下载。-compiler required. H,. LIB,. DLL files in the development of the OpenGL found. Chapter12 compile the procedures need to install DirectX81SDK can be downloaded from the Internet.
- 2023-03-31 20:40:05下载
- 积分: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
-
本程序在窗口中显示了一个加入纹理的场景,使得该场景更加真实,平滑,是基于单文档的MFC应用程序。 在本程序中,纹理场景是通过SetCheckTexture()函...
本程序在窗口中显示了一个加入纹理的场景,使得该场景更加真实,平滑,是基于单文档的MFC应用程序。 在本程序中,纹理场景是通过SetCheckTexture()函数生成的,然后通过DoTransform()函数 将―个顶点从物体坐标系转换到窗口坐标系,利用openGL进行矩阵计算,通过UpdateModelView()函数和InitMatrices()函数实现。-the procedures in the window shows a scene by adding texture, making the scene more real, smooth, is based on the MFC single document applications. In this process, the texture scene through SetCheckTexture () function generator, and then through DoTransform () function to-vertex from the object coordinate system conversion to the window frame, using openGL for matrix calculation, UpdateModelView () function and InitMatrices () Function.
- 2022-05-17 22:41:58下载
- 积分:1