-
VS2005中c#+opengl绘制立方体,圆锥体,球体,并对三维实体能进行平移,旋转,缩放,可在控件中输入模型的边长或半径改变模型的大小.rar
VS2005中c#+opengl绘制立方体,圆锥体,球体,并对三维实体能进行平移,旋转,缩放,可在控件中输入模型的边长或半径改变模型的大小.rar
- 2023-04-17 03:05:04下载
- 积分:1
-
opengl入门程序旋转3d图形
应用背景opengl结合c#开发的入门程序,简单实现了立体图形绘制及旋转,.net 平台下使用opengl库例子。代码简单易懂且完整。经过测试能够成功运行,是一个新手学习纹理贴图的好例子。
关键技术Nehegl类库、opengl 结合VS2008 代码简单;思路明晰 csgl类库应用、纹理及绘图技术;opengl结合c#
- 2023-05-24 09:20:03下载
- 积分:1
-
OpenGL函数查询大全,适合平常OpenGL开发使用,但是说明一点,是英文版的哦,也非常适用于新手做辅助用具...
OpenGL函数查询大全,适合平常OpenGL开发使用,但是说明一点,是英文版的哦,也非常适用于新手做辅助用具-OpenGL function query Daquan, suitable for normal development of the use of OpenGL, but to point out, is the English version of Oh, also apply to novice so aids
- 2023-05-17 06:25:03下载
- 积分:1
-
使用C语言构造一个可以显示OpenGL程序的源代码,基本属于框架类别,如需使用则要编写相应的实现代码。基于单文档。...
使用C语言构造一个可以显示OpenGL程序的源代码,基本属于框架类别,如需使用则要编写相应的实现代码。基于单文档。-The use of C language constructs a OpenGL program can display the source code, the basic framework of the categories are for the use of will realize the preparation of the corresponding code. Based on Single Document.
- 2022-04-17 11:56:40下载
- 积分:1
-
这是一个简单的OpenGL程序:旋转的三维几何图形
这是一个简单的OpenGL程序:旋转的三维几何图形-This is a simple OpenGL program for rotate 3D geometry graph
- 2022-03-06 03:49:45下载
- 积分:1
-
OPENGL with Visual Basic 6 Joint realize the Jupiter rotation examples, includin...
OPENGL与Visual Basic 6 联合实现的木星旋转实例,包括光源调节、Texture定义等-OPENGL with Visual Basic 6 Joint realize the Jupiter rotation examples, including the light source adjustment, Texture definition
- 2022-10-31 19:45:02下载
- 积分:1
-
汉化特别版为DirectX和OpenGL游戏设计的通用工具
汉化特别版为DirectX和OpenGL游戏设计的通用工具-Speaking of special edition for DirectX and OpenGL games designed for general-purpose tool
- 2022-02-05 04:53:14下载
- 积分:1
-
一个通过键盘控制的机器人,可以做各种动作:行走,抬腿,摆动身体...
一个通过键盘控制的机器人,可以做各种动作:行走,抬腿,摆动身体-A robot controlled through the keyboard, you can make all kinds of actions: walking, leg lift, swing the body
- 2022-02-24 23:31:07下载
- 积分: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
-
c#下的opengl编程程序
c#下的opengl编程程序-the opengl programming procedures
- 2022-03-01 07:51:57下载
- 积分:1