-
3D房屋 含纹理贴图菜单响应
3D房屋 含纹理贴图以及菜单响应。
程序的灯光效果,坐标轴全部设定好了,包含图片的读取
程序中可以实现平移变化旋转变化。
菜单可以对图形进行处理,比如去掉颜色。
- 2022-08-13 16:37:49下载
- 积分:1
-
A very simple small program which in order to teach you how to use OpenGL to mak...
一个简单的小程序,教你用OpenGL实现简单的动画。运行后点击菜单“文件-run”就可以看到动画效果了。-A very simple small program which in order to teach you how to use OpenGL to make simple animation. Run the program then click on the manue "file-run" then you can see the animation
- 2022-10-10 04:30:03下载
- 积分:1
-
一个3D Opengl的gear齿轮模拟程序。
一个3D Opengl的gear齿轮模拟程序。-Opengl a 3D simulation of the gear gear procedures.
- 2022-03-01 02:13:09下载
- 积分:1
-
3D游戏与计算机图形学中的数学方法,使用opengl作为图形开发库...
3D游戏与计算机图形学中的数学方法,使用opengl作为图形开发库-3D games and computer graphics of mathematical methods, the use opengl as graphics development libraries
- 2022-10-14 12:45:03下载
- 积分:1
-
OpenGL 纹理测试
本代码主要适合OpenGL的初学者,对一些纹理测试的理解。
- 2022-02-06 17:35:27下载
- 积分:1
-
熊猫3D动画实例
此代码为了演示如何使用熊猫 3d 动画过程,它继承 opengl 的所有特点与细微差别,已很清楚的解释了。
- 2022-01-25 20:18:06下载
- 积分:1
-
使用Visual Basic的OpenGL的例子
OPENGL Example using Visual Basic
- 2022-07-14 21:36:17下载
- 积分: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
-
nehe的opengl教程第43课,nehe的教程十分出名,是初学者必备
nehe的opengl教程第43课,nehe的教程十分出名,是初学者必备-opengl tutorial nehe of the 43rd Division, nehe the tutorial is very well known, is essential for beginners
- 2022-02-09 17:23:00下载
- 积分: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