-
利用纹理贴图制作的太阳光晕的效果,同时考虑了遮挡算法,对于学习opengl中的纹理,光照等相关知识的人有很大的帮助...
利用纹理贴图制作的太阳光晕的效果,同时考虑了遮挡算法,对于学习opengl中的纹理,光照等相关知识的人有很大的帮助-The use of texture mapping produced by the solar flare effect, taking the block algorithm, for learning opengl in texture, light and other related knowledge has a great help
- 2022-04-01 15:34:54下载
- 积分:1
-
使用polyval2d功能得到拟合函数的系数矩阵polyfit2d创建…
利用polyval2d函数可以得出polyfit2d拟合的三维曲面的函数的系数矩阵-use polyval2d function to get fit function created by polyfit2d coefficient matrix
- 2022-04-14 17:09:01下载
- 积分:1
-
再MFC下实现opengl的框架,再此框架中可以进行程序的进一步绘制...
再MFC下实现opengl的框架,再此框架中可以进行程序的进一步绘制-MFC again under opengl framework, then this framework can be further drawn to the procedure
- 2022-03-15 11:43:26下载
- 积分:1
-
the opengl programming procedures
c#下的opengl编程程序-the opengl programming procedures
- 2022-01-26 02:52:59下载
- 积分:1
-
一个OPENGL的测试程序
一个OPENGL的测试程序-an OpenGL testing procedures
- 2022-03-31 22:08:31下载
- 积分:1
-
VC对话框程序实现openGL在对话窗体上画3D图像,并可以根据BMP图片绘制3D物体的背景。...
VC对话框程序实现openGL在对话窗体上画3D图像,并可以根据BMP图片绘制3D物体的背景。-VC Program openGL dialog box in the dialogue window painted 3D images, and BMP images can draw 3D objects on the background.
- 2022-03-16 11:07:43下载
- 积分:1
-
Open GL Robot that has a moveable light source
Open GL Robot that has a moveable light source
- 2023-06-04 22:15:02下载
- 积分:1
-
采用CG和OpenGL,利用GPU的管线实现图形的绘制,最终在屏幕上显示一个彩色的三角形。对于初学CG的同学会有一定帮助。...
采用CG和OpenGL,利用GPU的管线实现图形的绘制,最终在屏幕上显示一个彩色的三角形。对于初学CG的同学会有一定帮助。-using CG and OpenGL, the use of the pipeline GPU graphics rendering, eventually displayed on the screen of a color triangle. CG for novice students will certainly be helpful.
- 2022-08-19 01:20:33下载
- 积分: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
-
这是Nehe开发的OpenGL的SDK,包括一些类和函数
这是Nehe开发的OpenGL的SDK,包括一些类和函数-Nehe OpenGL development of the SDK, including some types of functions and
- 2022-03-04 16:48:09下载
- 积分:1