搜索资源列表
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
maze_view
- 用JOGL Java 开发 的 多视角 迷宫程序。-It s a multiple view of maze developed using JOGL.
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
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