搜索资源列表
rayshade.4.0
- Rayshade是一个光线追踪系统。输入一个描述场景的ASCII文件,它将产生一个光线追踪后的图案文件。 -支持10种简单图形(包括多边形,环面等) -各种光源 -利用等级化体积或空间均匀分割来加快速度 -变率采样 -简陋动画支持 -容易添加几何体、纹理、光源等-Rayshade is a light tracking system. Importation of a Scene Descr iption ASCII document, which will have a
rtmappingapp
- 三维纹理映射源代码,实现圆球形的几何目标的纹理映射,采用光线追踪算法
WinOSI
- 一个德国人写的使用光线追踪算法的渲染器,效果很好.
RayTracing
- 经典的光线追踪算法实现的源代码,渲染效果很不错
VOLVIS.ZIP
- 能实现三维数据的体绘制,所用是光线追踪法
RayTrace_3.2b.zip
- 光线跟踪软件,它包含处理几何对象类,射线追踪和确定与几何对象射线的交点。可能需要修改,使之适合您的应用程序。主要的工作区文件是RayTraceKd / RayTraceKd.sln。 (作者:Sam Buss) ,Ray-tracing software, which includes dealing with geometric object classes, ray tracing and identification of an object-ray intersection geomet
KD-Tree
- 光线追踪的cuda程序,基于cuda实现,大大加速了速度。-Cuda ray tracing program, based on cuda implementation, greatly accelerating the speed.
source
- povwin-3.62,另一个射线追踪算法的C++源代码-povwin-3.62, another ray tracing algorithm for C++ source code
particleLevelSet3D
- Level Set方法是20世纪90年代很流行的界面追踪技术,国外已有个别实例将此方法应用于不可压缩流体的计算.但其对界面具有抹圆的作用,造成梯度很大的界面失真.Particle Level Set方法可以弥补这一缺陷.在基于欧拉方法求解区域中安插了一定数量的示踪粒子,可以纠正失真效果,能够更丰富的体现流体表面的细节。-Level Set Methods 20 century 90' s are very popular interface tracking technology, for
raytracer1
- 光线追踪源码,用visual studial C++ 6.0开发-ray trace
raytracingproject
- 一个光线追踪的项目,包括源代码和报告,数据。效果可以.-a ray tracing project,including the source code and report!
whitted_classic_illumination_model_paper
- whitted的经典光照模型,是实现光线追踪的一个最经典的模型。-this is a classic light illumination model which is proposed by whitted.
Cornell_box_parameters
- 这是图形学中实现辐射度或者光线追踪的一个经典场景,现在siggraph文章中经常用到这个模型-This is a classic model for ray tracing and some other 3D graphic experiment.
pane-1.127
- pane-C++写的射线追踪的算法源代码,-pane-C++ to write the ray tracing algorithm source code
source
- TGSGUI-日本人写的射线追踪算法源代码-TGSGUI-Japanese writing ray tracing algorithm source code
lightrender
- GxRay 是一个高品质的光线追踪渲染器,支持多种高级渲染技术。GxRay可以对各种基本几何体(球体、长方体、圆柱体、凸面体、平面等)以及复杂的三角形网格进行光线追踪。使用KD树加速追踪过程,优化渲染速度。支持多线程渲染,充分利用多核CPU的计算能力。-Physically Based Rendering : From Theory to Implementation
MARK_Raytracing
- ray-tracing光线跟踪算法的实现。包括了光线求交、追踪,物体材质、色彩的设置,球面和墙面的镜面反射效果。场景包括地板,三个镜面反射的球体,一个漫反射球体和一面镜面反射的墙壁。工程运行于VS2008环境,需要OpenGL支持。Release目下exe文件可以直接双击运行查看结果(需要glut32.dll动态链接库的支持)。-ray-tracing ray tracing algorithm. Includes light intersection, tracking, object mat
sift
- SIFT特征(Scale-invariant feature transform,尺度不变特征转换)是一种电脑视觉的算法用来侦测与描述影像中的局部性特征,它在空间尺度中寻找极值点,并提取出其位置、尺度、旋转不变量,此算法由 David Lowe 在1999年所发表,2004年完善总结。其应用范围包含物体辨识、机器人地图感知与导航、影像缝合、3D模型建立、手势辨识、影像追踪和动作比对。-Scale-invariant feature transform (or SIFT) is an algori
Raytracer
- 光线追踪源程序,帮助了解光线追踪的基础知识,学习相关算法。-The raytracing source to help understand the basics of ray tracing, learning algorithm.
ray_tracing.tar
- 通过光线追踪的方法,将一个纯数学的模型(球体中心坐标,颜色rgb值)等等转换为一个三维的图片,而且能够模拟光照效果/柔和阴影/景深等等,且带有抗锯齿功能-Through using the method of ray tracing, the model is a purely mathematical (center of sphere coordinates, color RGB value) and converted to a 3D picture, and can simulate t