-
wrl浏览器,可以看到wrl数据格式,直接点击安装即可使用
wrl浏览器,可以看到wrl数据格式,直接点击安装即可使用-the viewer of wrl
- 2022-02-07 11:14:27下载
- 积分:1
-
文字和图片的各种运动方式
文字和图片的各种运动方式-text and photos on the way campaigns
- 2022-02-07 16:12:34下载
- 积分:1
-
opengl 初级
opengl,初级,good for you to study opengl
A、如果程序编制演示的AVI不能播放
请自行安装盘上的TSCC.exe。
B、OpenGL程序运行太慢
OpenGL画面右下角的刷新指标小于5帧/秒。
原因: Win2000或WinXP在安装时,系统自动安装默认的显卡驱动程序,多数默认的显卡驱动程序是不完全的版本,对OpenGL的支持不够(微软有意的?)。所以应该重新安装随机代的厂商提供的显卡驱动程序。
C、从11章开始程序不能编译。
从 11章射击、爆炸开始程序中用到了DirectX8.0的鼠标接口函数,如果你机器上不是装的DirectX8.0可能不能编译。请使用"文档"目录下的另一组用普通鼠标接口的程序吧。
- 2022-01-24 16:19:57下载
- 积分:1
-
实现了光照控制,纹理映射,透明物体,弹簧制作、三维旋转等诸多功能。...
实现了光照控制,纹理映射,透明物体,弹簧制作、三维旋转等诸多功能。-achieve illumination control, texture mapping, transparent objects, spring production, 3D rotation and many other functions.
- 2022-02-09 23:45:16下载
- 积分: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写的,用来对Bezlit曲面的编写,很适合学曲面的初学者...
用c和opengl写的,用来对Bezlit曲面的编写,很适合学曲面的初学者-Opengl with c and written Bezlit used to prepare the surface, it is suitable for beginners Surface Science
- 2023-09-02 08:45:03下载
- 积分:1
-
① 通过几何变换函数实现场景的平移、缩放、旋转,从而实现从各个角度观察场景,即视点固定,场景变化。
本实验目的不在于建模,因此场景可以通过调用glut库中的...
① 通过几何变换函数实现场景的平移、缩放、旋转,从而实现从各个角度观察场景,即视点固定,场景变化。
本实验目的不在于建模,因此场景可以通过调用glut库中的函数直接绘制,如立方体
。 -① through the geometric transformation function realize scenes of translation, scaling, rotation, and thus realize the scene from various angles, that is a fixed point of view, the scene changes. The purpose of this experiment does not lie in modeling, so scenes can be by calling the library function glut direct mapping, such as the cube.
- 2022-04-17 17:40:33下载
- 积分:1
-
基本的OpenGL程序的例子
Examples basics of opengl program
- 2022-01-25 17:18:59下载
- 积分:1
-
famous Nehe OpenGL tutorial source VC matching 31
著名的Nehe的OpenGL教程VC++配套源码31-40课,适合OpenGL初学者使用,作者在他的程序中已详加注释-famous Nehe OpenGL tutorial source VC matching 31-40 class, suitable for beginners to use OpenGL, the author of the procedures he has been careful Notes
- 2022-06-27 11:50:56下载
- 积分:1
-
采用OpenGL API编写的一个多彩的立方体。
采用OpenGL API编写的一个多彩的立方体。-A color cube writed in OpenGL API.
- 2023-01-21 03:10:03下载
- 积分:1