-
基于OpenGL的3D射击游戏的设计与实现
基于OpenGL,使用计算机图形学相关知识,在VC++环境下实现的3D游戏软件系统。该软件集可操作性,实用性,趣味性于一体,通过美观逼真的场景,丰富的色彩及友好的界面以实现各种算法。
程序涉及到以下几个模块:OpenGL的程序框架;OpenGL的基本图形;OpenGL的组合图形;游戏场景生成;OpenGL中的文字显示;特殊平面_树木;显示3D模型;3D动画模型;射击、爆炸;碰撞检测;游戏进度保存。
- 2023-03-30 00:20:03下载
- 积分:1
-
它运行一个蜂窝汽车模拟系统,并支持一套可以是Conway的生命游戏的规则,但是可以通过修改以在更广泛的其它蜂窝汽车模拟系统上运行.它使用OpenGL来处理图形,...
它运行一个蜂窝汽车模拟系统,并支持一套可以是Conway的生命游戏的规则,但是可以通过修改以在更广泛的其它蜂窝汽车模拟系统上运行.它使用OpenGL来处理图形,但不支持3D.可能的网格尺寸只受限于处理器的处理能力和内存大小.用户可以放大网格,直到其尺寸填满整个窗口 也可缩小网格直到整个网格是可见的. -CAEL stands for Cellular Automata Engine (Life). It runs a cellular automata simulation with a set of rules that can be Conway s game of life but can be changed to run a wide variety of other cellular automata systems as well. It uses OpenGL for graphics, but is not 3D. Possible grid size is limited only by processor power and memory. The user can zoom in until a single cell fills the window, and out until the whole grid is visible
- 2022-03-19 03:08:10下载
- 积分:1
-
一个有利于入门者学习的opengl程序,介绍了如何在windows环境下进行opengl编程,包括opengl的初始化等步骤,注释相当完美!...
一个有利于入门者学习的opengl程序,介绍了如何在windows环境下进行opengl编程,包括opengl的初始化等步骤,注释相当完美!-a beginners to learn opengl procedures, described how the windows environment for the conduct of opengl programming, opengl including steps such as the initialization of the Notes quite perfect!
- 2022-04-11 20:37:33下载
- 积分:1
-
城市跑酷cocos2d-x代码
城市跑酷单机版游戏,适合有一定c++基础的游戏开发者学习。有利于帮助理解cocos2d-x的渲染引擎,物理引擎,包括动作,场景的滚动等技术。
- 2022-04-29 22:49:50下载
- 积分:1
-
帖子这是书“VC++多媒体特效制作百例”中的所有实例的源代码。重点讲述了opengl编程,也包括Direct编程等。...
帖子这是书“VC++多媒体特效制作百例”中的所有实例的源代码。重点讲述了opengl编程,也包括Direct编程等。-This is the message "VC multimedia effects produced 100 cases," all examples of source code. Highlight the opengl programming, including programming, such as Direct.
- 2022-11-07 11:05:09下载
- 积分:1
-
opengl教程,包括nehe教程(前十章)与基本知识
opengl教程,包括nehe教程(前十章)与基本知识-opengl guides, including nehe Directory (formerly 10) and basic knowledge
- 2022-11-18 22:15:03下载
- 积分:1
-
王清辉、王彪编写的《Visual C++ CAD应用程序开发技术》书本的源程序代码。本书内容包括:总体程序框架的分析与设计、功能模块的划分、相关DLL库的开发与...
王清辉、王彪编写的《Visual C++ CAD应用程序开发技术》书本的源程序代码。本书内容包括:总体程序框架的分析与设计、功能模块的划分、相关DLL库的开发与使用、CAD基础几何类库的开发、在MFC环境下使用OpenGL进行图形绘制、开发面向CAD应用程序的OpenGL通用绘图类、使用面向对象技术设计CAD软件的几何内核等。-Wang Qing, Wang Biao prepared by the "Visual C CAD application development technology" books of the source code. The contents include : general procedural framework for the analysis and design, functional module, the relevant DLL library development and use of CAD geometry class library based on the development, the environment MFC use OpenGL for graphics rendering, the development-oriented CAD application"s generic OpenGL graphics category, the use of right- as technical design CAD software, such as the geometric kernel.
- 2022-04-01 21:20:37下载
- 积分:1
-
a 3D particle dispersion process
一个三维粒子分散的程序-a 3D particle dispersion process
- 2022-11-10 03:30:03下载
- 积分:1
-
This is the best I have seen for beginners the OpenGL source code, OpenGL contai...
这是我 见过的最适合初学者的OPENGL源代码,包含了OPENGL的编程的基本方面,界面设计的也很全面,读入地学规则格网数据-This is the best I have seen for beginners the OpenGL source code, OpenGL contains the basic programming, interface design is also very comprehensive, time-study data grid rules
- 2022-03-18 14:04:45下载
- 积分:1
-
贪吃蛇游戏
#include < stdio.h >
#include < time.h >
#include < windows.h >
#include < gl/glut.h >
#define 1
#define 下 2
#define 左 3
#define 右 4
状态变量
闪烁
- 2022-02-07 21:32:42下载
- 积分:1