-
基于OpenGL的3D射击游戏的设计与实现
基于OpenGL,使用计算机图形学相关知识,在VC++环境下实现的3D游戏软件系统。该软件集可操作性,实用性,趣味性于一体,通过美观逼真的场景,丰富的色彩及友好的界面以实现各种算法。
程序涉及到以下几个模块:OpenGL的程序框架;OpenGL的基本图形;OpenGL的组合图形;游戏场景生成;OpenGL中的文字显示;特殊平面_树木;显示3D模型;3D动画模型;射击、爆炸;碰撞检测;游戏进度保存。
- 2023-03-30 00:20:03下载
- 积分:1
-
Image processing procedures for OpenGL programming Chap06_Terrain.rar
图像处理程序OpenGL编程Chap06_Terrain.rar-Image processing procedures for OpenGL programming Chap06_Terrain.rar
- 2022-07-21 04:45:29下载
- 积分:1
-
OpenGL图像编程的代码,一本不错的书的源代码,可惜没下载到书。希望代码可供大家学习...
OpenGL图像编程的代码,一本不错的书的源代码,可惜没下载到书。希望代码可供大家学习-OpenGL graphics programming code, a good book" s source code, unfortunately did not download the book. Hope that the code for them to learn from
- 2022-03-13 21:52:15下载
- 积分:1
-
opengl examples of the good works of the integration of some of the current tech...
opengl 事例,该作品很好的融合了现在的一些处理技术,附原代码!-opengl examples of the good works of the integration of some of the current technology, with the original code!
- 2022-11-03 00:50:04下载
- 积分:1
-
OpenGL 3D 图形( MATLAB)
翻译 maninwest@Codeforge 作者:roozbehabolpour@CodeProject这里,我们将使用 OpenGL 接口进行 3D 科学计算可视化。OpenGL 是进行 2D 和 3D 计算机图像渲染的跨语言程序设计接口 (API)。 OpenGL比虚拟现实工具箱更加快捷方便。使用代码使用这个项目非常简单。在 MATLAB 中,你必须定义对象的点,必须定义网眼的相邻矩阵。例如 ,如果你要创建一个泉水,必须首先定义点N=2000;
X_points=zeros(N,1);
Y_points=zeros(N,1);
Z_points=zeros(N,1);
Adj=zeros(N,N); for i=1:N
X_points(i)=cos(2*pi*5*i/N);
Y_points(i)=sin(2*pi*5*i/N);
Z_points(i)=(5*i/N-2)/4; if i
- 2022-07-18 18:01:49下载
- 积分:1
-
Little Red Book OpenGL (third edition) example code: Select code
OpenGL红宝书(第三版)例子代码:选择代码-Little Red Book OpenGL (third edition) example code: Select code
- 2022-05-12 11:29:24下载
- 积分:1
-
一个相对简单的使用c++读取OPengl纹理的例子,配合使用
一个相对简单的使用c++读取OPengl纹理的例子,配合使用-The use of a relatively simple c++ read OPengl texture example, used in conjunction with
- 2022-01-28 05:16:36下载
- 积分:1
-
loader3 quake3 bsp
quake3 bsp loader3
- 2023-04-09 16:25:04下载
- 积分:1
-
提供了在opengl中选择物体的框架程序,选择模式和渲染模式的切换实现3d环境下的所见即所得...
提供了在opengl中选择物体的框架程序,选择模式和渲染模式的切换实现3d环境下的所见即所得-in opengl for selecting objects in the framework of procedure and the selection model and rendering mode switch 3d environment to achieve the WYSIWYG
- 2023-08-28 10:35:03下载
- 积分:1
-
在 opengl 中的数独
在 opengl 中的数独
电枢项目类
- 2022-03-20 06:51:44下载
- 积分:1