-
矩形绘图
它是一个非常好的矩形绘图程序。
在此程序中,我用了一些 OpenGl 例程,我也有一些 OpenGL 库因为仅在包含这些库时,可以运行这些图形程序。
它是对 dram 一个完美的矩形短的程序。
它绘制矩形没有任何错误。
- 2022-02-22 03:33:07下载
- 积分:1
-
本人调试ColdFire MCF5307的调试笔记,希望对大家有用处
本人调试ColdFire MCF5307的调试笔记,希望对大家有用处-I debug debugging ColdFire MCF5307 notes, and they hope to have the use of U.S.
- 2022-07-08 16:44:26下载
- 积分: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环境下实现不同面的构造效果。-This program can perform defferents result in openGL.
- 2022-03-10 07:16:13下载
- 积分:1
-
In computer graphics, the suppression of the display of one or more display elem...
在计算机图形学中,有三种方式表示三维物体:线框图、消隐图和真实感图。其中真实感图形的生成也要在消隐基础上进行光照处理。所谓消隐就是给定一组三维对象及投影方式(视见约束),判定线、面或体的可见性的过程。-In computer graphics, the suppression of the display of one or more display elements or display groups.
- 2023-07-22 22:30:03下载
- 积分:1
-
在VC中使用Opengl时的框架
在VC中使用Opengl时的框架-in VC use the framework Opengl
- 2022-10-20 19:45:03下载
- 积分:1
-
nehe opengl 第一课
nehe opengl 第一课-nehe opengl first class
- 2022-08-06 21:31:56下载
- 积分:1
-
OpenGL可用扩展库,FreeGlut的msvc版,内含32和64位
OpenGL可用扩展库,FreeGlut的msvc版,内含32和64位,dll和头文件一应俱全,支持vs2017,我目前也一直在用
- 2022-01-26 04:09:57下载
- 积分:1
-
OpenGL加载obj模型
在Win32 OPENGL环境下采用面向对象的思想,编程实现的导入OBJ文件并显示其模型的代码。提供给学习用途。
- 2022-12-25 18:25:05下载
- 积分:1
-
The concept of particle effects is very simple. Particle effects can be used to...
The concept of particle effects is very simple. Particle effects can be used to simulate fire, fireworks, water fountains, snow, rain, explosions and many other things. The effects are created by creating a definite number of particles. Depending on the need for performance and realistic appearance, the number of particles can range from 50 to thousands. Each particle has its own location, size, velocity, color, life and image. The particle engine controls the particles and makes them react according to the rules of the particle .
- 2022-02-24 16:10:50下载
- 积分:1