-
图形学代码,共初学者学习
可以供初学者学习:OpenGL绘图模版,利用顶点数组旋转矩形,旋转矩形框
- 2022-03-02 00:55:06下载
- 积分:1
-
with OpenGL draw a three
用OpenGL绘制一个三维四方形,并可以用鼠标控制四方形的旋转
- 2022-03-16 17:20:44下载
- 积分:1
-
large graphics operations Quadrilateral
图形学大作业四边形-large graphics operations Quadrilateral
- 2022-09-05 10:15:02下载
- 积分:1
-
华容道小游戏在VC++6.0下使用OpenGL实现,功能都实现了,就是看上去有点简陋。...
华容道小游戏在VC++6.0下使用OpenGL实现,功能都实现了,就是看上去有点简陋。-Huarong game at VC++6.0 to use OpenGL implementation, implementation functions, that is, looks a bit simple.
- 2022-08-03 22:01:15下载
- 积分:1
-
Opengl高级编程与可视化系统开发(系统开发篇)的源码,包括三维场景编辑器,三维地形模拟,粒子系统等多个软件的源代码....
Opengl高级编程与可视化系统开发(系统开发篇)的源码,包括三维场景编辑器,三维地形模拟,粒子系统等多个软件的源代码.-Opengl visualization of high-level programming and system development (system development chapter) of the source, including three-dimensional scene editor, three-dimensional topography simulation, particle system and many other software
- 2023-07-28 07:20:05下载
- 积分:1
-
人脸检测专用特征库
用于人脸识别的通用特征检测库源码,用C/C++语言实现,在人脸识别、图形特征提取和模式匹配方面更好的提供开发接口,主要用于window是平台,进行简单的移植可用于linux和android平台,欢迎分享。
- 2023-06-01 06:45:03下载
- 积分:1
-
VC++下OpenGL图形基本框架
在Windows环境中创建OpenGL程序.它将显示一个空的OpenGL窗口,可以在窗口和全屏模式下切换,按ESC退出.
- 2022-07-03 06:18:28下载
- 积分: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 learning there are two tutorials and a function reference manual. OPENGL...
里面有OPENGL的学习教程2个和一个函数参考手册。对学习OPENGL有很大的帮助-OPENGL learning there are two tutorials and a function reference manual. OPENGL learning has a great help
- 2022-01-26 07:53:00下载
- 积分:1
-
gpu 实现marching cube
使用OPENGL的新特性实现了MARCHING CUBE算法,使用了OPENGL的shader语言glsl,在GPU上实现了MARCHING CUBE算法,提高了速度。 该代码使用GLUT来进行窗口的控制,同时引入了新的库。
控制方式:使用D键来切换数据(共3种数据)
使用A键暂停/继续动画效果
使用VS2010 编辑 需要在工程属性中的INCLUDE路径中包含代码内的GL文件夹
- 2023-05-12 15:00:03下载
- 积分:1