CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 光线跟踪算法 OpenGL

搜索资源列表

  1. ray_trace

    1下载:
  2. VC+opengl实现光线跟踪算法,使用了3ds场景模型-VC opengl achieve ray tracing algorithm, the use of 3ds Scene Model
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:238.32kb
    • 提供者:weiguian
  1. ray_trace

    2下载:
  2. 实现光线跟踪算法,opengl实现,在一个小盒子里可以看到反射,透射,折射
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:6.87kb
    • 提供者:gongyiling
  1. glGPGPU

    0下载:
  2. 使用OpenGL实现的GPU光线跟踪,采用Voxel算法实现-OpenGL implementation using GPU ray tracing, using Voxel algorithm
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-09
    • 文件大小:2.49mb
    • 提供者:william
  1. trace

    0下载:
  2. 关于光线跟踪算法的一个综述 对初学者十分有用-opengl
  3. 所属分类:Special Effects

    • 发布日期:2017-05-01
    • 文件大小:599.35kb
    • 提供者:岳芳冰
  1. RayTraciny

    0下载:
  2. opengl实现光线跟踪算法,内容包括多光源效果,材料属性对光线跟踪的影响,动态光源。-opengl ray tracing algorithm implementation, including many lighting effects, material property on the effects of ray tracing, dynamic light source.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-04
    • 文件大小:809.17kb
    • 提供者:神方舟
  1. guang

    0下载:
  2. 用 opengl 实现的光线跟踪的算法,内部有场景,可选择跟踪深度等-Opengl achieved using ray tracing algorithms, there are scenes such as the option to track the depth of
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-29
    • 文件大小:36.59kb
    • 提供者:wangzhao
  1. Ray

    0下载:
  2. 光线跟踪算法的Opengl实现,效果还不错,可以自己调节观察方向,有兴趣的可以看一下-Opengl ray tracing algorithm implementation, the results were good, you can observe the direction of their regulation, interested can look at
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:165.74kb
    • 提供者:xuzhijing
  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
    • 文件大小:1.07mb
    • 提供者:Jeffrey Lu
  1. RayTrace

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

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

    1下载:
  2. 一个光线跟踪的程序,用来学习光线跟踪算法的原理和实现-Ray tracing program
  3. 所属分类:Special Effects

    • 发布日期:2017-05-06
    • 文件大小:1.15mb
    • 提供者:侯能
  1. MARK_Raytracing

    1下载:
  2. ray-tracing光线跟踪算法的实现。包括了光线求交、追踪,物体材质、色彩的设置,球面和墙面的镜面反射效果。场景包括地板,三个镜面反射的球体,一个漫反射球体和一面镜面反射的墙壁。工程运行于VS2008环境,需要OpenGL支持。Release目下exe文件可以直接双击运行查看结果(需要glut32.dll动态链接库的支持)。-ray-tracing ray tracing algorithm. Includes light intersection, tracking, object mat
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-10
    • 文件大小:1.4mb
    • 提供者:
  1. TheRaytracer

    1下载:
  2. 光线跟踪算法(opengl),有阴影,有透明,有遮挡,但由于没有使用任何加速算法,生成速度较慢,约为28秒。-Ray tracing algorithm (opengl), with shadow, transparent, cover, but the absence of any acceleration algorithm used to generate slower, about 28 seconds.
  3. 所属分类:OpenGL program

    • 发布日期:2017-02-23
    • 文件大小:1.81mb
    • 提供者:杨自
  1. mirror

    0下载:
  2. 用opengl真实绘制场景,利用镜面发射的效果和采用光线跟踪算法实现光照。-True with opengl rendering scenes, the use of mirror effects and launch ray tracing algorithm using illumination.
  3. 所属分类:OpenGL program

    • 发布日期:2017-11-11
    • 文件大小:243.21kb
    • 提供者:李奕
  1. ray_trace

    0下载:
  2. 光线跟踪算法,基于opengl,欢迎大家前来下载!-Ray tracing algorithm, based on the OpenGL
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-15
    • 文件大小:6.88kb
    • 提供者:zxm
  1. raytrace

    0下载:
  2. opengl光线跟踪算法,场景是两个球体,有透明,阴影反射-opengl raytrace XXXX light
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-17
    • 文件大小:8.52kb
    • 提供者:gongzhen
  1. OpenGL实现的光线跟踪算法

    0下载:
  2. windows系统下使用vc6.0结合OpenGL实现的光线跟踪算法。程序比较简单,单一场景。
  3. 所属分类:OpenGL

  1. TestRayTracing

    0下载:
  2. 简单的光线跟踪算法测试,底层基于OpenGL实现(A simple ray-tracing demo)
  3. 所属分类:GDI/图象编程

    • 发布日期:2018-01-08
    • 文件大小:21.79mb
    • 提供者:CMHowl
  1. 光线跟踪 Ray_Trace

    0下载:
  2. 简单的光线跟踪算法,亲测VC++6.0可以用,需自行配置opengl环境。(Simple ray tracing algorithm, pro VC++6.0 can be used, the need to configure the OpenGL environment.)
  3. 所属分类:OpenGL

    • 发布日期:2018-01-09
    • 文件大小:368kb
    • 提供者:sin1731
搜珍网 www.dssz.com