-
带纹理犹他壶
void reshape(int w, int h)
{
glViewport(0, 0, (GLsizei) w, (GLsizei) h);
glMatrixMode(GL_PROJECTION);
glLoadIdentity();
if (w
- 2022-02-25 16:32:19下载
- 积分: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已经打包成库也在程序中-I prepared a three-dimensional Opengl operating procedures, Opengl has also packaged into the proceedings
- 2022-03-19 19:46:49下载
- 积分:1
-
该文件是用c++程序编写的openGL的原代码,主要是用来演示一个基于一个三维平台的喷雾示例....
该文件是用c++程序编写的openGL的原代码,主要是用来演示一个基于一个三维平台的喷雾示例.-The document is prepared by the procedure c openGL the original code is primarily used for a demonstration platform based on a three-dimensional example of the spray.
- 2022-08-14 00:16:19下载
- 积分:1
-
Glut dlls for image process
Glut dlls for image proce-Glut dlls for image process
- 2022-04-12 11:07:17下载
- 积分:1
-
本代码是基于openGL平台而设计的一个兔子形状的3d图形.
本代码是基于openGL平台而设计的一个兔子形状的3d图形.-openGL-based platform designed shape of a rabbit 3d graphics.
- 2023-09-01 21:35:03下载
- 积分:1
-
openGL的初级使用,用程序画出了一个茶壶。并使用了一些键盘鼠标等函数。...
openGL的初级使用,用程序画出了一个茶壶。并使用了一些键盘鼠标等函数。-openGL primary use, with the procedure to draw a teapot. And the use of a number of functions such as keyboard and mouse.
- 2022-03-06 11:18:55下载
- 积分:1
-
uses glReadPixels glDrawPixels glCopyPix els to create and copy bitmap
用到了glReadPixels glDrawPixels glCopyPixels来创建和拷贝位图-uses glReadPixels glDrawPixels glCopyPix els to create and copy bitmap
- 2022-02-07 02:35:27下载
- 积分:1
-
with opengl 3d pipe sourcecode,
用VC+OpenGL实现三维管线的全部源码,与国内著名三维软件-灵图软件的地下管线显示效果一样,2005年后灵图开发的怎样我就不知道了,呵呵。可以用鼠标左右键,上下左右键,Insert,Delete,Home,End键实现三维实时动态漫游。动态链接库读取平面管线DXF数据格式,也有源码。-with opengl 3d pipe sourcecode,
- 2023-05-23 05:45:02下载
- 积分:1
-
advanced opengl 电子书。英文版本,质量好
advanced opengl 电子书。英文版本,质量好-advanced opengl e-book. English version, good quality
- 2022-01-28 22:28:56下载
- 积分:1