搜索资源列表
OpenGL
- Windows环境下安装GLUT的步骤: 1、将下载的压缩包解开,将得到5个文件 2、在“我的电脑”中搜索“gl.h”,并找到其所在文件夹(如果是VisualStudio2005,则应该是其安装目录下面的“VC\PlatformSDK\include\gl文件夹”)。把解压得到的glut.h放到这个文件夹。 3、把解压得到的glut.lib和glut32.lib放到静态函数库所在文件夹(如果是VisualStudio2005,则应该是其安装目录下面的“VC\lib”文件夹)。 4
aa
- 本程序中,首先比较输入的a,b的大小,并把大数装入max,小数装入min中,然后再与c比较,若max小于c,则把c赋予max;如果c小于min,则把c赋予min。因此max内总是最大数,而min内总是最小数。最后输出max和min的值即可。-This procedure, the first comparison of the input a, b of the size, and large numbers into the max, a small number of load min, a
loadmd2
- 用Visual C++ 与OpenGL实现一个3D模型的加载,同时加载纹理贴图。-Using Visual C++ and OpenGL to achieve a 3D model of the load, while load the texture mapping
spirograph.c
- Draws spiral patterns in 2D with simple parameter animation and mouse control. Press the space bar to display a menu of keyboard and mouse options. In particular try the "a" and "e" keys. Run in the background while you re programming to increase pro
ROAM_LOD
- 实现大规模室外场景渲染技术,本程序使用基于严格的四叉树的方法建立一个LOD算法,并用该LOD算法实现了一个视点相关的动态多分辨率地形。采用多遍地面纹理,亮度图等技术来照明场景。同时DEMO还实现了Billboard,运动模糊,的功能。程序采用C++,模块化的结构让程序具有很高的可扩展性。--achieve large-scale outdoor scene rendering technology, the use of procedures based on strict quadtree m
121
- 输入错误的话,可以复制这条指令,然后在命令提示框点击左上角的c:\,使用下面的“编辑-粘贴”功能就不容易输错了。在飞速滚屏完全静止之后,别着急启动其他程序,先耐心等一会儿,因为此时dll们还在找位置。直到你的指示灯不闪了再做-Input the wrong word, can copy this instruction, and then in the command tip box click on the top left corner of the c: \, use the follow
Block_Breaker_Game
- Install Glut on windows and start coding your computer graphics programs in C/C++. You need to add the dependencies of glut or glu files with the new visual studio In Block Breaker we divide the whole section in two part - Block area and Hit Area.