CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - ray tracing 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
    • 文件大小:244042
    • 提供者:weiguian
  1. raycast.rar

    0下载:
  2. 基于opengl的光线跟踪程序。是一个学习光线跟踪的例子,Based on the ray tracing procedure opengl. Is an example of ray tracing study
  3. 所属分类:3D Graphic

    • 发布日期:2017-03-26
    • 文件大小:255217
    • 提供者:rpwt
  1. glGPGPU

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

    • 发布日期:2017-04-09
    • 文件大小:2608613
    • 提供者:william
  1. 3DComputerGraphicsAMathematicalIntroductionWithOpe

    0下载:
  2. 本书是关于计算机图形学利用OPENGL进行绘图的原版英文书籍,本书详细介绍了OpenGL相关数学知识,读者通过对本书的阅读可以更清楚地知道怎样运用各类OPENGL函数,对更进一步地学习opengl有很好的理论指导。读者可以在书的preface里面找到下载该书籍相关源代码的网站地址。第一章是介绍,第二章是视图和转换(包括二维和三维)的数学基(Transformations and Viewing),第三章是光照和着色的数学基础(Lighting, Illumination, and Shading
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-17
    • 文件大小:4480250
    • 提供者:蒋娟芬
  1. Raytracing

    1下载:
  2. 有关光线跟踪的实现,实现了反射,折射,阴影等几个较为简单的效果,附有实验报告-Ray Tracing on the realization of a reflection, refraction, shadows and other effects of a few relatively simple, with the experimental report
  3. 所属分类:OpenGL program

    • 发布日期:2015-12-06
    • 文件大小:590843
    • 提供者:王蒙
  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
    • 文件大小:828590
    • 提供者:神方舟
  1. OpenGL.RayTrace

    0下载:
  2. 本程序按照展示影响光照效果因素的思想进行设计,按照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
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-03
    • 文件大小:828589
    • 提供者:王瑞
  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
    • 文件大小:37465
    • 提供者:wangzhao
  1. VModel-Samples

    0下载:
  2. opengl光线跟踪,很实用。 opengl光线跟踪,很实用。-opengl ray tracing, very practical. opengl ray tracing, very practical.
  3. 所属分类:Graph program

    • 发布日期:2017-03-27
    • 文件大小:411194
    • 提供者:xiaofei
  1. ray_opengl

    0下载:
  2. opengl开发的ray tracing-ray tracing opengl
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-13
    • 文件大小:2182
    • 提供者:xiao xiao
  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
    • 文件大小:169722
    • 提供者:xuzhijing
  1. RayTrace

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

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

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

    • 发布日期:2017-05-06
    • 文件大小:1206547
    • 提供者:侯能
  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
    • 文件大小:1469108
    • 提供者:
  1. OpenGL

    0下载:
  2. 基于OpenGL的光线跟踪技术,能有效的和用户进行互动-OpenGL-based ray tracing technology, and users can interact effectively
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-31
    • 文件大小:13478271
    • 提供者:赵立勇
  1. tx4

    0下载:
  2. 计算机图形学作业,包括光线追踪和光线投射等功能,对学计算机图形学的同学很有帮助(Computer graphics operations, including ray tracing and ray casting and other functions, helps students learn computer graphics)
  3. 所属分类:OpenGL

    • 发布日期:2017-12-23
    • 文件大小:1900544
    • 提供者:黄烦烦
  1. CG

    0下载:
  2. ray trace基本代码 C++ openGL glfw(ray tracing code in C++ glfw opengl)
  3. 所属分类:OpenGL

    • 发布日期:2018-01-05
    • 文件大小:67584
    • 提供者:wukong511115
  1. TestRayTracing

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

    • 发布日期:2018-01-08
    • 文件大小:22849536
    • 提供者: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
    • 文件大小:376832
    • 提供者:sin1731
  1. ray.part3

    0下载:
  2. 通过 OpenGL 实现的光线追踪。里面已经全部补充完毕。(Ray tracing through OpenGL.)
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:1265664
    • 提供者:abc-edf
« 12 3 »
搜珍网 www.dssz.com