搜索资源列表
-
1下载:
VC+opengl实现光线跟踪算法,使用了3ds场景模型-VC opengl achieve ray tracing algorithm, the use of 3ds Scene Model
-
-
1下载:
此实验用opengl和vc++进行编程,主要是实现光线追踪。-this experiment opengl and vc for programming, is the main ray tracing.
-
-
3下载:
此实验是用opengl和vc++进行编程的。它主要是实现光线追踪,但是运用了不同的场景和方法-this experiment is opengl and vc for programming. It is primarily to achieve ray tracing, but the use of different scenarios and methods
-
-
2下载:
本实验是光线追踪问题,采用了opengl和vc++进行编程。采用了不同场景和方法-this experiment is ray tracing, and use the opengl vc for programming. Using different scenarios and methods
-
-
0下载:
用C++编写的基于OPengl的代码,实现光线跟踪,欢迎大家下载并修改指正!,With C++ Prepared opengl based on the code, the realization of ray tracing, are welcome to download and amend the correction!
-
-
0下载:
基于opengl的光线跟踪程序。是一个学习光线跟踪的例子,Based on the ray tracing procedure opengl. Is an example of ray tracing study
-
-
0下载:
使用OpenGL实现的GPU光线跟踪,采用Voxel算法实现-OpenGL implementation using GPU ray tracing, using Voxel algorithm
-
-
0下载:
本书是关于计算机图形学利用OPENGL进行绘图的原版英文书籍,本书详细介绍了OpenGL相关数学知识,读者通过对本书的阅读可以更清楚地知道怎样运用各类OPENGL函数,对更进一步地学习opengl有很好的理论指导。读者可以在书的preface里面找到下载该书籍相关源代码的网站地址。第一章是介绍,第二章是视图和转换(包括二维和三维)的数学基(Transformations and Viewing),第三章是光照和着色的数学基础(Lighting, Illumination, and Shading
-
-
1下载:
有关光线跟踪的实现,实现了反射,折射,阴影等几个较为简单的效果,附有实验报告-Ray Tracing on the realization of a reflection, refraction, shadows and other effects of a few relatively simple, with the experimental report
-
-
0下载:
opengl实现光线跟踪算法,内容包括多光源效果,材料属性对光线跟踪的影响,动态光源。-opengl ray tracing algorithm implementation, including many lighting effects, material property on the effects of ray tracing, dynamic light source.
-
-
0下载:
本程序按照展示影响光照效果因素的思想进行设计,按照OpenGL中光线跟踪步骤实现,主要做了静态多光源,材料属性对光照效果的影响,动态光源三个方面展示的工作。-This procedure results in accordance with the display light of factors influence the design of the idea, according to Ray-tracing the steps of OpenGL to achieve, mainly to
-
-
0下载:
用 opengl 实现的光线跟踪的算法,内部有场景,可选择跟踪深度等-Opengl achieved using ray tracing algorithms, there are scenes such as the option to track the depth of
-
-
0下载:
opengl光线跟踪,很实用。
opengl光线跟踪,很实用。-opengl ray tracing, very practical. opengl ray tracing, very practical.
-
-
0下载:
opengl开发的ray tracing-ray tracing opengl
-
-
1下载:
光线跟踪程序,即由光源发出的光到达景物表面后,产生反射和折射。光就改变方向,沿着反射方向和折射方向继续前进,直到遇到新的景物。光经场景景物间的多次反射、折射后投射到离视点最近的景物表面,最终进入人眼。由于实际光线跟踪算法的跟踪方向与光传播的方向是相反的,所以我们可以由视点向屏幕象素发出一根射线,与第一个景物相交后,在其反射与折射方向上分别进行跟踪,继续与第二个景物相交……重复上述过程,直到被跟踪的光线射出画面或跟踪深度达到某个设定的最大递归深度时,停止跟踪。-Ray tracing progra
-
-
1下载:
一个光线跟踪的程序,用来学习光线跟踪算法的原理和实现-Ray tracing program
-
-
1下载:
ray-tracing光线跟踪算法的实现。包括了光线求交、追踪,物体材质、色彩的设置,球面和墙面的镜面反射效果。场景包括地板,三个镜面反射的球体,一个漫反射球体和一面镜面反射的墙壁。工程运行于VS2008环境,需要OpenGL支持。Release目下exe文件可以直接双击运行查看结果(需要glut32.dll动态链接库的支持)。-ray-tracing ray tracing algorithm. Includes light intersection, tracking, object mat
-
-
0下载:
计算机图形学作业,包括光线追踪和光线投射等功能,对学计算机图形学的同学很有帮助(Computer graphics operations, including ray tracing and ray casting and other functions, helps students learn computer graphics)
-
-
0下载:
ray trace基本代码 C++ openGL glfw(ray tracing code in C++ glfw opengl)
-
-
0下载:
简单的光线跟踪算法,亲测VC++6.0可以用,需自行配置opengl环境。(Simple ray tracing algorithm, pro VC++6.0 can be used, the need to configure the OpenGL environment.)
-