搜索资源列表
-
0下载:
使学生掌握凸多面体的Roberts消隐法,掌握三维图形的深度缓存算法消隐技术,了解多边形区域的排序算法和列表优先算法的消隐技术。掌握利用简单光反射模型进行三维图形的明暗处理。了解整体光照模型、光透射模、光线跟踪算法,了解物体间的漫反射-enable students to master the convex polygon Roberts blanking France, grasp the depth of 3D graphics algorithms hidden cache technol
-
-
0下载:
光线追踪算法 图形界面 有点慢 但效果不错 大家看看 能不能在改善-ray tracing algorithm graphical interface a bit slow but good results we can look at the improvement
-
-
0下载:
本书从图形学最基础的光栅扫描、区域填充、画直线和圆弧等算法讲起,详细介绍了线裁剪和面裁剪、凸区域裁剪和凹区域裁剪的异同,景物空间消隐算法和图像空间消隐算法的差别,具体讲述了二叉空间剖分(BSP)、八叉树等图形学中常用的数据结构。新版本增加了图形用户界面、椭圆、图像压缩和线条反走样算法等,还增加了Liang-Barsky裁剪算法和Nicholl-Lee-Nicholl裁剪算法。新版本大大扩充了可见面光线跟踪算法。在绘制这一章中新增了基于物理的光照明模型,透明效果,阴影生成,纹理映射,以及锥光束、平
-
-
1下载:
光线跟踪程序,即由光源发出的光到达景物表面后,产生反射和折射。光就改变方向,沿着反射方向和折射方向继续前进,直到遇到新的景物。光经场景景物间的多次反射、折射后投射到离视点最近的景物表面,最终进入人眼。由于实际光线跟踪算法的跟踪方向与光传播的方向是相反的,所以我们可以由视点向屏幕象素发出一根射线,与第一个景物相交后,在其反射与折射方向上分别进行跟踪,继续与第二个景物相交……重复上述过程,直到被跟踪的光线射出画面或跟踪深度达到某个设定的最大递归深度时,停止跟踪。-Ray tracing progra
-
-
0下载:
使用C++语言实现的光线跟踪算法进行体绘源码制.-C++ language using the ray tracing algorithm for body painting source system.
-
-
0下载:
光线跟踪算法,主要用vs2008环境实现-Ray tracing algorithm, mainly used vs2008 environments
-
-
0下载:
课程作业写的光线追踪算法 包含说明文档C++代码编写场景文件包含 球体 三角形 平面 光源 材料质 镜面 漫反射-Course work includes written documentation ray tracing algorithm C++ code written scene file contains the source material quality ball triangle plane mirror reflectance
-
-
0下载:
光线跟踪基本算法,给出了实现光线跟踪的基本框架-Basic algorithm of ray tracing, ray tracing is given a basic framework for achieving
-
-
0下载:
光线跟踪的范例程序,是学习光线跟踪算法的极好的例子,欢迎大家下载学习-Examples of ray tracing program, learning ray tracing algorithm is an excellent example of welcome to download learning
-
-
0下载:
基于Windows的光线跟踪算法,较为详细地实现了其效果,对于学习图形图像的人员具有很好的参考价值。-Windows-based ray tracing algorithm, the more detail the effect, and have a good reference value for the staff to learn graphic images.
-
-
0下载:
图像中的体绘制光线追踪算法,非图形学上的光线追踪,C++实现 ,可供学习参考-Image volume rendering algorithm for ray tracing lighting, non-graphics on the track, C++ achieve, for study and reference
-
-
0下载:
光线跟踪(ray tracing)(也叫raytracing或者光束投射法)是一个在二维(2D)屏幕上呈现三维(3D)图像的方法.-Ray tracing (ray tracing) (also called raytracing or beam projection method) is a three-dimensional (3D) image, the method presented on a two-dimensional (2D) screen.
-
-
0下载:
基于平行投影和透视投影的光线跟踪算法,该算法又有DRR,SSD,MIP三种计算方法。所有代码均为原创。-Based on parallel projection and perspective projection ray tracing algorithm, which have DRR, SSD, MIP three calculation methods. All codes are original.
-
-
0下载:
实验代码 用C语言实现光线跟踪算法 实验结果比较粗糙 适合新手 作业-Experimental code using C language prepared ray tracing algorithm comparison rough suitable novice
-
-
0下载:
关于光线跟踪算法的实现,希望对大家有帮助(implementation of the ray tracing algorithm)
-