-
基于OpenGL的扁平化设计五子棋
使用OpenGL实现的非常漂亮的五子棋。可以读盘,复盘,悔棋,人机对战,多人对战。游戏中AI有多种程度的只能可供选择。程序界面采用了现在非常流行的扁平化设计,非常具有现代科技感:)整体程序只是用了OpenGL的实用函数库以及glut,在windows 7 + visual studio2010下开发,实测可用。使用方法:只需配置好opengl环境,将代码加入到项目即可运行。
- 2022-04-28 19:56:28下载
- 积分:1
-
coons 边界曲面的构造例子,用opengl进行可视化,
coons 边界曲面的构造例子,用opengl进行可视化,-coons tectonic boundary surface, by using opengl for visualization,
- 2022-03-21 13:28:52下载
- 积分:1
-
今天写了个基于MFC对话框的OpenGL类:COpenGL,可以在对话框程序中使用OpenGL了,并且提供了全屏与非全屏转换的两个函数,很容易使用,速度快。...
今天写了个基于MFC对话框的OpenGL类:COpenGL,可以在对话框程序中使用OpenGL了,并且提供了全屏与非全屏转换的两个函数,很容易使用,速度快。-today was based MFC dialog OpenGL categories : COpenGL, in the dialog box procedure can use OpenGL, and provided a full-screen and full-screen-two conversion functions, easy to use, fast.
- 2023-07-17 08:20:04下载
- 积分:1
-
ClothSimulation-关于布料的一个很好的模拟程序
ClothSimulation-关于布料的一个很好的模拟程序,实现了关于布料的模拟的很多要素。
- 2022-08-10 01:59:39下载
- 积分:1
-
STL读取
#undef THIS_FILE
static char THIS_FILE[]=__FILE__;
#define new DEBUG_NEW
#endif
//////////////////////////////////////////////////////////////////////
// Construction/Destruction
//////////////////////////////////////////////////////////////////////
CListNodeOfCPoint3D::CListNodeOfCPoint3D( const CPoint3D& P) : data(P), nextPtr(0)
{
}
CListNodeOfCPoint3D::~CListNodeOfCPoint3D()
{
}
CPoint3D CListNodeOfCPoint3D::GetData() const
{
return data;
}
- 2022-04-23 19:55:30下载
- 积分:1
-
E. fighters is I spent a few months to do a simple game engine aircraft, which c...
E战机是我花了几个月做的一个简单飞机游戏引擎,目前它支持,自定义资源,自定义单位,编辑关卡等功能!
因为我不是很懂OpenGL所以目前本游戏~还是使用GUI绘图~ 对CPU的~要求比较高~ 而且~OpenGL的纹理不是支持任何尺寸的图片~
文件说明
Reslist.gam 游戏资源文件 游戏所需要的图片资源都在这里定义~ 目前它还是以文本形式保存的
WAV.txt 游戏声音资源文件~ 游戏里面用到的声音都在这里~ 也是文本保存
UnitX.txt 单位定义文件 所有游戏单位的定义都在这里~ 包括自己的飞机~ 子弹 敌人~等等~ 敌人如何行动也是在这里定义的
Level.lev 游戏关卡文件 保存了游戏关卡数据文件
使用以上4个文件 你就能做出你自己的飞机游戏了~~
你也可以试着把这个未完成的关卡完成~
目前地图编辑器正在开发中~~
=========================
控制说明
发射子弹 空格
Ctrl 炸弹
方向键 控制行动
=========================
-- 其他功能继续完善中 --
-E. fighters is I spent a few months to do a simple game engine aircraft, which currently support from the definition of resources, Since the definition of units, editing functions such as hurdles! I do not really understand them because currently the OpenGL games or use GUI ~ ~ drawing on the CPU requests than ~ ~ ~ and higher OpenGL texture is not in support of any size photo-documented Reslist.g am documents game game resources needed resources are pict
- 2022-01-30 20:49:10下载
- 积分:1
-
a 3D particle dispersion process
一个三维粒子分散的程序-a 3D particle dispersion process
- 2022-11-10 03:30:03下载
- 积分:1
-
MFC中三维图形的旋转缩放平移
在vs2010 C++ MFC opengl 环境中实现,MFC中三维图形的旋转缩放平移,键盘控制物体上下左右移动,和鼠标控制物体旋转,鼠标滚轮控制物体放大缩小,这里绘制的图形是一个长方体
- 2022-06-15 17:19:00下载
- 积分:1
-
opengl 物体自动旋转 转自csdn 一个较好的资源
opengl 物体自动旋转 转自csdn 一个较好的资源-opengl
- 2022-01-31 06:31:18下载
- 积分:1
-
使用opengl渲染的实例,使用opengl渲染的实例,
使用opengl渲染的实例,使用opengl渲染的实例,-Examples of the use of opengl rendering, use the opengl rendering examples
- 2023-06-25 22:15:03下载
- 积分:1