-
csc108 Assignment
Raytracing example
implement a basic ray-tracer and render a simple scene using ray casting and local shading. The starter code sets up a scene comprising of an ellipsoid and a plane, being illuminated by a point light source. Your job is to render the scene by implementing code fragments required for object intersections and Phong shading.
- 2022-07-17 14:08:05下载
- 积分: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
-
环境映射纹理
老师上课的教学例子
本例展示了D3D9.0中实现环境映射的方法。
本例运行的软硬件环境:
Visual C++ 7.0
Direct3D 9.0
盛崇山版权所有。
Email: AntSamCGD@hotmail.com, shengchongshan@cad.zju.edu.cn
Homepage: http://antsam.blogone.net
- 2023-05-19 18:35:04下载
- 积分:1
-
OpenGL的三维系统的一个很好的电子书
opengl 3d system a good ebook
- 2022-01-28 16:22:07下载
- 积分:1
-
图形学简单的直线
图形学简单的直线-simple line graphics
- 2022-07-02 00:13:18下载
- 积分:1
-
nehe source code, debugging is passed, will be able to run
nehe的源代码,调试通过,能运行-nehe source code, debugging is passed, will be able to run
- 2023-07-23 20:10:03下载
- 积分:1
-
opengl画的3D仪表
使用opengl和MFC画的3D仪表,通过 “选项->设置仪表参数 ”可以设置仪器表盘的刻度的起始和终止角度,刻度
的最大最小值、单位以及仪表当前的指针指示值按左右键和上下键可使表盘绕y轴和x轴旋转。
- 2022-03-26 16:39:13下载
- 积分:1
-
精致的粒子系统的实现,实现四处发散的效果
精致的粒子系统的实现,实现四处发散的效果-Fine particle system, realize the effectiveness of four divergence
- 2022-12-06 23:25:03下载
- 积分:1
-
在VC中使用OpenGL编程实现虚拟现实,搭建了一个虚拟的三维建筑,对了解和使用OpenGL很有用处....
在VC中使用OpenGL编程实现虚拟现实,搭建了一个虚拟的三维建筑,对了解和使用OpenGL很有用处.-The programming demonstrate the use of OpenGL in virtual reality, it builds a virtual three-dimensional architecture.It s good for the beginner to understand and make use of OpenGL.
- 2023-06-05 09:40:04下载
- 积分:1
-
一个openGL实现的花瓶
bezier曲线旋转实现的花瓶效果不错,可以切换不同的视角来观看
- 2022-07-03 22:15:17下载
- 积分:1