搜索资源列表
3D_world
- 演示如何使用OpenGL建立一个游戏中的三维世界。使用上下左右方向键在其中前进、后退、左移、右移,使用鼠标左转、右转、上看、下看。(注意:需要解压到c:\\windows\\desktop,否则贴图不能正常显示,你可以很简单的修正此bug)-demonstrate how to use the OpenGL establishment of a 3D game world. Using the up and down about the direction in which the key fo
airhockey
- 基于OPENGL的用C++实现的一个小游戏,具体内容详见代码,很简单的一个小游戏
Game
- 使用opengl visual c++的简单射击游戏
OpenGLflyinggame
- 用OpenGL和C++开发的一个简单飞机小游戏,用键盘控制-With OpenGL and C++ development of a simple plane game with keyboard control
SimpleGame
- Dev C++ OpenGL模板 简单的OpenGL小游戏,使用了各种OpenGL特性。 可以作为OpenGL游戏制作模板程序。-This tutorial attempts to answer a few of the questions I m asked on a daily basis. You wanted to know how to tell if you have clicked on an object with your mouse (picking). You wa
ParGridGame
- 用OpenGL写的小型的棋类游戏程序,非常适合入门的同学学习。上面有简单的注释,逻辑简单,但是包括一个简单的棋类程序的相关框架。-a very good chess game write by C++ and OpenGL. easy for learing ...