-
opengl的3D射击游戏源码
基于opengl的射击游戏源码,已创建了三张地图(地图文件可任何创建)支持键盘和鼠标操作。
游戏简介
一把小手枪,子弹不限。三张地图。消灭完所有敌人过关。
操作说明
移动: W A S D
视角: 鼠标移动
开枪: 鼠标左键
Esc: 回主菜单
F1 : 窗口最小化
(data文件夹和可执行文件cs1.exe应放在同一文件夹中)
- 2022-06-14 09:06:54下载
- 积分:1
-
Cb learning OPENGL application programming, this is the example of 3
应用cb学习OPENgl编程,这是例子3-Cb learning OPENGL application programming, this is the example of 3
- 2022-03-03 19:08:12下载
- 积分:1
-
用opengl编写的天空和大地,其中天空有2种模式
用opengl编写的天空和大地,其中天空有2种模式-Opengl prepared with the sky and earth, of which there are two kinds of mode of the sky
- 2023-04-11 10:00:04下载
- 积分:1
-
OpenGL高
OpenGL高级编程与可视化系统开发(高级编程篇)的随书源码-4,学习OpenGL的好东西-OpenGL Programming and Advanced Visualization System (Advanced Programming Part 1) the source-4 with books, learning the good stuff OpenGL -OpenGL high-level programming and visualization systems development (high-level programming chapter)-4 of the source with the book, learning OpenGL good things-OpenGL Programming and Advanced Visualization System (Advanced Programming Part 1) the source-4 with books, learning the good stuff OpenGL
- 2023-01-25 03:50:03下载
- 积分:1
-
我学习opengl时的东西,希望对大家
有所帮助!!!
我看了,还不错,听荣毅如们!...
我学习opengl时的东西,希望对大家
有所帮助!!!
我看了,还不错,听荣毅如们!-opengl I am learning things that help you right! ! ! I read, quite good, as heard Rong-yi!
- 2022-10-03 07:20:03下载
- 积分:1
-
opengl飞机地形模拟系统VC程序
opengl飞机地形模拟系统VC程序-an openGL program based on VC,which simulate palne and landform
- 2022-02-24 19:23:27下载
- 积分:1
-
可以改变轴心的旋转立方体OpenGL,C++
GLUT_LEFT_BUTTON && GLUT_DOWN, axis = 0
GLUT_MIDDLE_...
可以改变轴心的旋转立方体OpenGL,C++
GLUT_LEFT_BUTTON && GLUT_DOWN, axis = 0
GLUT_MIDDLE_BUTTON && GLUT_DOWN, axis = 1
GLUT_RIGHT_BUTTON && GLUT_DOWN, axis = 2 -can change the rotation axis cube OpenGL, C GLUT_LEFT_BUTTON
- 2022-01-31 03:35:16下载
- 积分:1
-
利用Visual C++和OpenGL联合写的一段演示程序,说明OpenGL的透视效果是如何实现...
利用Visual C++和OpenGL联合写的一段演示程序,说明OpenGL的透视效果是如何实现-The use of Visual C++ And OpenGL to write a section of a joint demonstration program to illustrate the effect of OpenGL perspective is how to achieve
- 2022-03-17 20:53:01下载
- 积分:1
-
OpenGL MUST Project 1[Polyline Editor] use linked list of C++
#include
#include
#include
#include
#include "point.h"
/*draw line from the line array*/
void drawPointLine()
{
Node * temp;
for (int i=0;inext!=NULL)
{
temp=temp->next;
glVertex2i(temp->x,temp->y);
}
glEnd();
}
}
/*find the point and delete the point from the line array*/
void delpointFun(int xx,int yy)
{
for (int i=0;inext!=NULL)
{&n
- 2022-01-31 23:45:53下载
- 积分:1
-
opengl的球形建模的一个例子,希望对搭建有所帮助。
opengl的球形建模的一个例子,希望对搭建有所帮助。-This is a global model simple with OpenGl,It has much knowledge!
- 2023-02-10 13:55:04下载
- 积分:1