-
利用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 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
-
opengl画多边形源代码
这是如何用opengl画多边形的源代码,这是opengl的基础。可以用来画多边形,可以用来画凸多边形,凹多边形等,知道源代码可以更好地知道编程的原理。以便于学习opengl,这对以后学习opengl有很大的帮助。希望这对大家有很大的帮助。
- 2022-12-18 04:40:03下载
- 积分:1
-
Visual OpenGL三维图象多个编程源码,对于三维图象编程有一定的帮助,注明为转载...
Visual OpenGL三维图象多个编程源码,对于三维图象编程有一定的帮助,注明为转载-Visual OpenGL 3D images more programming source, Programming for 3D images will help annotated reproduced
- 2023-02-26 05:30:04下载
- 积分:1
-
packaged OpenGL category
经过包装的OpenGL类-packaged OpenGL category
- 2022-03-02 15:24:09下载
- 积分:1
-
我学了一下OpenGL,写了这个代码。用C语言编写的,仅供娱乐
我学了一下OpenGL,写了这个代码。用C语言编写的,仅供娱乐-me a bit OpenGL, write this code. C language, is for Entertainment
- 2022-04-29 04:34:51下载
- 积分:1
-
Object
Object-Oriented Programming With ANSI-C 随书源代码-Object-Oriented Programming With ANSI-C source code with the book
- 2022-03-18 22:36:32下载
- 积分:1
-
这是一个关于OpgL使用的实例程序。开发者可以很容易的从这个三维气球程序中学会使用OpGL.....
这是一个关于OpgL使用的实例程序。开发者可以很容易的从这个三维气球程序中学会使用OpGL.. -OpgL use of the sample program. Developers can easily balloon from the three-dimensional process learning how to use OpGL ..
- 2023-07-26 17:05:04下载
- 积分:1
-
OpenGL high
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
- 2022-03-23 02:00:27下载
- 积分:1
-
使用Visual Basic的OpenGL的例子
OPENGL Example using Visual Basic
- 2022-07-14 21:36:17下载
- 积分:1