-
TyphoonLabs的OpenGLES教程的原代码,所有程序均为必要的。
TyphoonLabs的OpenGLES教程的原代码,所有程序都是基于EVC++平台的-TyphoonLabs OpenGLES Directory of the original code, All procedures were based on the platform of EVC
- 2022-05-07 08:32:53下载
- 积分: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创建蜡烛火焰的效果,包含完整源代码,使学习游戏中火焰粒子运动及爆炸粒子运动的好-The example demonstrates the use of OpenGL to create the effect of a candle flame, including complete source code, make learning games flame particle and particle explosion good Dongdong
- 2022-07-12 11:22:16下载
- 积分:1
-
OpenGl初级学习经典例程,用于实现了双缓存功能。有助于理解双缓存功能。...
OpenGl初级学习经典例程,用于实现了双缓存功能。有助于理解双缓存功能。-OpenGl junior studying classical routines for the realization of a dual caching function. Double cache helps to understand function.
- 2022-05-22 12:18:39下载
- 积分:1
-
vc环境下应用opengl进行变形的小程序
vc环境下应用opengl进行变形的小程序-A samll program use OpenGL perform picture transformation (develop in VC)
- 2022-10-30 05:35:03下载
- 积分:1
-
Prepared by nVIDIA' s CG language on the development of a description. Is a g...
由nVIDIA公司编写的一套关于CG语言的开发介绍。是显卡编程开发人员必备书籍。-Prepared by nVIDIA" s CG language on the development of a description. Is a graphics program developers must have books.
- 2022-01-29 03:51:18下载
- 积分:1
-
图像处理程序OpenGL编程Chap07_Hanoi.rar
图像处理程序OpenGL编程Chap07_Hanoi.rar-Image processing procedures for OpenGL programming Chap07_Hanoi.rar
- 2022-03-29 04:14:50下载
- 积分:1
-
用VC开发的书籍,内容丰富全面,特别…
这本是关于vc与opengl开发的书籍,内容丰富全面,特别适合初学者-vc with opengl on the development of books, rich in content comprehensive, especially for beginners
- 2022-01-25 19:27:08下载
- 积分:1
-
利用OPENGL在MFC的单文档视结构中的窗体上绘制了两国三维物体,并且添加了一些相关的背景绘制...
利用OPENGL在MFC的单文档视结构中的窗体上绘制了两国三维物体,并且添加了一些相关的背景绘制-use OpenGL in MFC single document as the structure on the Form 3D rendering of the two objects, and the addition of some relevant background rendering
- 2022-03-07 07:52:02下载
- 积分:1
-
OpenGL画点、画线和多边形的绘制算法
OpenGL画点、画线以及画多边形的算法-OpenGL drawing points, drawing lines and polygon drawing algorithm
- 2022-06-14 10:32:26下载
- 积分:1