CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - Ray-tracing

搜索资源列表

  1. pre_ray_tracing

    0下载:
  2. 用opengl实现的一个光线跟踪算法,有兴趣的可以参考下,环境为vs2008。-Opengl implementation with a ray tracing algorithm, interested can refer to, the environment vs2008.
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-04
    • 文件大小:1119079
    • 提供者:Jeffrey Lu
  1. raytracer1_from_tutorial

    0下载:
  2. 基础的ray tracing C++ 学习程序,可以了解一些基本的ray tracing结构,仔细研究下应该对学习光线追踪有帮助。-Basic ray tracing source code in C++, you can get knowledge of the construct of ray tracing, it will helpful to study from the beginning.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:10976
    • 提供者:zhang
  1. throughwall

    0下载:
  2. 这是使用射线跟踪法求解墙体造成误差的程序,分别有穿单面墙,平行双墙,垂直双墙的情况-This is to use ray-tracing procedure for solving the error caused by the wall, respectively, through a single wall, parallel to the double wall, vertical double-wall case
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:6021
    • 提供者:尚军
  1. RayTrace

    1下载:
  2. 光线跟踪程序,即由光源发出的光到达景物表面后,产生反射和折射。光就改变方向,沿着反射方向和折射方向继续前进,直到遇到新的景物。光经场景景物间的多次反射、折射后投射到离视点最近的景物表面,最终进入人眼。由于实际光线跟踪算法的跟踪方向与光传播的方向是相反的,所以我们可以由视点向屏幕象素发出一根射线,与第一个景物相交后,在其反射与折射方向上分别进行跟踪,继续与第二个景物相交……重复上述过程,直到被跟踪的光线射出画面或跟踪深度达到某个设定的最大递归深度时,停止跟踪。-Ray tracing progra
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:564101
    • 提供者:wangge
  1. assn1

    0下载:
  2. 光线跟踪部分效果实现,具有一定的可移植性,非常实用,适合图形学新手.-Ray tracing part of the results achieved, have some portability, very useful for graphics novice.
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-20
    • 文件大小:5833384
    • 提供者:leln
  1. Research_of_Acceleration_Structures_for_GPU_Based_

    0下载:
  2. GPU光线跟踪算法加速结构研究,作者:王世元,温柳英-GPU ray tracing acceleration structure
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:114697
    • 提供者:李起航
  1. GPU_BVHthesis

    0下载:
  2. GPU的光线追踪加速结构研究,硕士论文,英文-A Comparison of Acceleration Structures for GPU Assisted Ray Tracing
  3. 所属分类:software engineering

    • 发布日期:2017-05-03
    • 文件大小:1366087
    • 提供者:李起航
  1. raytracing

    0下载:
  2. 整体光照模型,光线跟踪算法。直接编译运行即可。 三维物体为两个球。实现了高光、阴影、消隐。-Global illumination model, ray tracing algorithms. Can directly compile and run. Three-dimensional objects into two balls. To achieve a high light, shadow, blanking.
  3. 所属分类:3D Graphic

    • 发布日期:2017-03-30
    • 文件大小:3826
    • 提供者:likunlun
  1. appendix_1

    0下载:
  2. 三维射线跟踪程序代码1,对研究电离层中射线跟踪有帮助-1 three-dimensional ray-tracing code, the study of ray tracing in the ionosphere help
  3. 所属分类:matlab

    • 发布日期:2017-05-22
    • 文件大小:6741233
    • 提供者:xixi
  1. photonMapping

    0下载:
  2. ray tracing with photon mapping的简单代码-code of ray tracing with photon mapping
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:22587
    • 提供者:helen
  1. 0098

    0下载:
  2. 一种基于matlab的用于描述在电离层中进行射线追踪的模型-Based on matlab' s used to describe the ionosphere model for ray tracing
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:10126
    • 提供者:刘星
  1. _jdisk_2002_3033404

    0下载:
  2. 射线追踪英文博士论文希望对大家有很多帮助-ray tracing phd thesis,I hope it will help you much.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-20
    • 文件大小:5712896
    • 提供者:aman
  1. AI-01intoduction

    0下载:
  2. 1. 实现深度缓存(z-buffer)算法. 输入数据是简单的多边形网格. 2. 实现简单的光线跟踪(Ray-tracing)算法. 输入应包含多边形网格(多面体)和圆. -1. To achieve the depth buffer (z-buffer) algorithm. Input data is a simple polygon mesh. 2. To achieve a simple ray tracing (Ray-tracing) algorithm. Polyg
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-07
    • 文件大小:1738695
    • 提供者:ll
  1. AI-03SolvingProblembySerching

    0下载:
  2. 1. 实现深度缓存(z-buffer)算法. 输入数据是简单的多边形网格. 2. 实现简单的光线跟踪(Ray-tracing)算法. 输入应包含多边形网格(多面体)和圆. -1. To achieve the depth buffer (z-buffer) algorithm. Input data is a simple polygon mesh. 2. To achieve a simple ray tracing (Ray-tracing) algorithm. Polyg
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:897316
    • 提供者:ll
  1. Mathematicsfor3DGame

    0下载:
  2. 介绍计算机图形学中的数学知识,包括矩阵、射线追踪、阴影、流体模拟等多种常用的知识,包括多篇数学计算机图形学经典文章-Introduction of mathematical knowledge in computer graphics, including the matrix, ray tracing, shadows, fluid simulation, and a variety of common knowledge
  3. 所属分类:Special Effects

    • 发布日期:2017-11-06
    • 文件大小:58091520
    • 提供者:chenxu
  1. raytrace

    0下载:
  2. 光线跟踪,一个不利用任何3D API的程序,演示的是建立一个包含若干三维物体的对象,然后设置光照(角度等等)并对对象进行光照效果渲染,不过我个人觉得这个程序也许不应该称为1月最佳,因为速度比较慢,好像最后出来的效果还有Bug。-Ray tracing, a 3D API does not use any program, presentation is to create a three-dimensional object that contains a number of objects,
  3. 所属分类:Graph program

    • 发布日期:2017-03-29
    • 文件大小:41079
    • 提供者:王先生
  1. RaTracingSoftware

    0下载:
  2. Thie code is written by Meisam Shafaee, and you can contact with the email: Meisam.Shafaee@gmail.com .This is a Ionospheric wave simulation software, developed base on the One-Dimentional Ray Tracing.I will be glad to be announced that any user whene
  3. 所属分类:Communication

    • 发布日期:2017-04-02
    • 文件大小:16372
    • 提供者:Hamid
  1. automatic_bbox

    0下载:
  2. 为光线追踪自动创建对象层次 Ray tracing is automatically created for the object hierarchy-Ray tracing is automatically created for the object hierarchy
  3. 所属分类:Project Manage

    • 发布日期:2017-05-06
    • 文件大小:1208086
    • 提供者:bianbian
  1. OnbuildingfastkdTreesforRayTracing

    0下载:
  2. On building fast kd-Trees for Ray Tracing, and on doing that in O(N log N)
  3. 所属分类:Communication

    • 发布日期:2017-04-17
    • 文件大小:216723
    • 提供者:bianbian
  1. raytracingExam

    0下载:
  2. 光线跟踪算法的课程大作业历程,算法实现简单清楚,容易理解。-The ray tracing alogrithm for a experiment course.
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-30
    • 文件大小:590922
    • 提供者:阿囧
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 21 »
搜珍网 www.dssz.com