搜索资源列表
Maze
- 在MFC下单文档下写的Opengl的纹理贴图实例,适合Opengl初学者学习
Delphi OpenGL编的3D迷宫,带地图编辑器(更新)
- Delphi OpenGL编的3D迷宫,带地图编辑器(更新).-Delphi series of the OpenGL 3D maze, with the map editor (update).
利用openGL繪製一個2D的迷宮
- 利用openGL繪製一個2D的迷宮,迷宮的要求是 。 1. 至少產生16X16的迷宮 。 2. 每次產生的迷宮要不一樣。 3. 將入口的地方跟出口的地方,分別用綠色跟紅色標示出來。 4. 從入口到出口的地方僅可以存在唯一路徑。 5.要將從入口到出口的解答畫出。 ,OpenGL use a 2D map of the maze, the maze of requirements yes. 1. At least have a 16X16 maze. 2. Every time the
OpenGL.Demos
- 自己学习OpengGL时做的Demo,希望能对大家有用。-A opengl 3d maze demo.
maze-gen@path
- WIN32 APPLICATION; opengl; 随机生成迷宫; 并运算出路径-opengl maze generation and computing the path
42
- OpenGL多视口的程序绘制3D迷宫 效果很酷-OpenGL Viewport procedures more than rendering the effect of cool 3D maze
CHAP07_MAZE
- 用opengl编写的走迷宫小游戏,供初学者学习用-Prepared using opengl Maze game, for beginners to learn
PROJECT
- 利用vc 和 opengl 编程 实现 走迷宫过程 应用了opengl的纹理-simple home, and use opengl vc programming, application of the texture opengl-Opengl programming using vc and implementation process of the application of the Maze opengl texture-simple home, and use opengl vc p
worms
- Maze code in OpenGL. Good one.
maze3dflyer-1.1.bin
- maze source code c++ using opengl it is very interesting to use opengl -maze source code c++ using opengl it is very interesting to use opengl
OPENGLMaze
- OpenGL实现的迷宫程序,相应键盘的控制键,控制方向。-OpenGL implementation of the maze procedure, the corresponding control of the keyboard keys to control direction.
cppfrance_LABYRINTHE-3D-OPENGL-VISUAL-CPLUSPLUS__
- a maze with textures and you can test colisions and other things
MazeShow
- 基于OpenGL的三维迷宫程序,自动随机生成迷宫,并以第一人称视角漫游-An OpenGL Based Maze Navigation Programme
VC_OPENGL_programming_code_maze
- VC OPENGL编程实现迷的代码VC OPENGL programming code maze-VC OPENGL programming code maze
maze3D
- Source Code OpenGL and Java (JOGL), for generate 3D maze (using DFS algorithm), and you can move a cursor in maze, using your mouse, to find a way out from maze.
Maze
- 使用OpenGL进行绘制迷宫地图,使用VC-Maze ,VC++
maze
- Maze written with Visual C++ and OpenGL
GL_EXP_3400
- 一个opengl走迷宫的程序,有小地图和多种视角,切换俯视视角具有自动寻路功能。-A opengl Maze procedure, small maps and a variety of perspectives, switch overlooking perspective has automatically find its way function.
Maze
- A 3D maze game using legacy OpenGL Bug: the torch is appearing every 24th frame because loading all frames consumes too much time. Can be fixed in the source code.
maze
- 通过把一个格子图中的一些边删除后生成迷宫图形.下图左边是一个5X5格子图, 有边是生成的一个迷宫图.给定一个MXN的格子图,请用种子填充算法生成一个迷宫图形(By removing some edges of a grid graph, we can create maze graphs. The left side is a 5X5 grid graph, with edges generating a labyrinth diagram. Given a MXN grid graph, pl