-
C++与openGL开发的台球小游戏
资源描述openGL游戏开发学习中一个经典的项目案例, 台球游戏开发, 界面精美, 适合学习, 使用C++语言结合openGL图像开发接口, 很好很值得下载, 建议有志于学习研究图形图像开发的人可以下载下来仔细研究学习一下, 你必定收获很多.
- 2022-10-29 14:35: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
-
Several on the 3DS file to read and opengl examples show, many explained that no...
好几个有关于3DS文件的读取和opengl显示的例子,很多解释,不下会后悔的-Several on the 3DS file to read and opengl examples show, many explained that no less than will be sorry
- 2022-02-01 12:39:25下载
- 积分: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-07-12 10:27:11下载
- 积分:1
-
学习OpenGL好例子
学习OpenGL好例子 -Study good examples of OpenGL
- 2023-03-04 21:30:03下载
- 积分:1
-
opengl和c++实现的烟雾动画效果
opengl图形处理 和在c++下,编程实现实现的三维烟雾动画效果,充分应用opengl库函数的优秀例子...
- 2022-09-11 19:15:03下载
- 积分:1
-
这是OpenGL编程的一个简单的例子,主要演示怎样使用颜色及绘制几何图形及物体的最基本的函数,更多的函数你可以在网上或有关书中查到。...
这是OpenGL编程的一个简单的例子,主要演示怎样使用颜色及绘制几何图形及物体的最基本的函数,更多的函数你可以在网上或有关书中查到。-This is the OpenGL Programming a simple example. demonstration of how to use the main color and drawing geometric figures and objects in the most basic function, The more you can function in the book online or found.
- 2022-02-20 00:40:48下载
- 积分:1
-
本源码实现了一个三维空间向量类,该类对空间三维向量进行了,比如加、减,叉乘等基本运算。...
本源码实现了一个三维空间向量类,该类对空间三维向量进行了,比如加、减,叉乘等基本运算。-The source to achieve a three-dimensional vector space categories, such three-dimensional vector space, such as add, subtract, take fork and other basic computing.
- 2022-08-08 21:40:24下载
- 积分:1
-
OpenGL 作图例子
OpenGL 作图例子 - 贴图.rar-OpenGL graphic example- mapping. Rar
- 2022-06-03 17:24:32下载
- 积分:1
-
OpenGl VC environment measurements a three
OpenGl VC环境下绘制三围立体图形.程序原代码.-OpenGl VC environment measurements a three-dimensional graphics rendering. Procedures for the original code.
- 2022-07-01 11:47:12下载
- 积分:1