Opengl实现的Ray Casting 光线投射算法

上传者: leepwang | 上传时间: 2019-12-21 20:06:31 | 文件大小: 6.9MB | 文件类型: rar
利用Opengl实现的Ray Casting 光线投射算法,并含有加速,对于新手理解该算法有很好的帮助

文件下载

资源详情

[{"title":"( 43 个子文件 6.9MB ) Opengl实现的Ray Casting 光线投射算法","children":[{"title":"RayCasting","children":[{"title":"RayCasting","children":[{"title":"Release","children":[{"title":"RayCasting.exe <span style='color:#111;'> 354.00KB </span>","children":null,"spread":false},{"title":"Bucky.raw <span style='color:#111;'> 32.00KB </span>","children":null,"spread":false},{"title":"volumeRender.txt <span style='color:#111;'> 11.94KB </span>","children":null,"spread":false},{"title":"RayCasting.pdb <span style='color:#111;'> 2.15MB </span>","children":null,"spread":false}],"spread":true},{"title":"RayCasting.ncb <span style='color:#111;'> 20.37MB </span>","children":null,"spread":false},{"title":"RayCasting.suo <span style='color:#111;'> 15.00KB </span>","children":null,"spread":false},{"title":"Debug","children":[{"title":"RayCasting.exe <span style='color:#111;'> 621.50KB </span>","children":null,"spread":false},{"title":"RayCasting.ilk <span style='color:#111;'> 1.88MB </span>","children":null,"spread":false},{"title":"RayCasting.pdb <span style='color:#111;'> 2.65MB </span>","children":null,"spread":false}],"spread":true},{"title":"RayCasting.sln <span style='color:#111;'> 896B </span>","children":null,"spread":false},{"title":"RayCasting","children":[{"title":"RayCasting.vcproj <span style='color:#111;'> 4.74KB </span>","children":null,"spread":false},{"title":"volumeRender.cpp <span style='color:#111;'> 13.97KB </span>","children":null,"spread":false},{"title":"Release","children":[{"title":"CreateVoxel.obj <span style='color:#111;'> 313.20KB </span>","children":null,"spread":false},{"title":"vc90.idb <span style='color:#111;'> 307.00KB </span>","children":null,"spread":false},{"title":"vc90.pdb <span style='color:#111;'> 260.00KB </span>","children":null,"spread":false},{"title":"mt.dep <span style='color:#111;'> 65B </span>","children":null,"spread":false},{"title":"volumeRender.obj <span style='color:#111;'> 517.41KB </span>","children":null,"spread":false},{"title":"cuPrintf.cu.obj <span style='color:#111;'> 46.40KB </span>","children":null,"spread":false},{"title":"BuildLog.htm <span style='color:#111;'> 8.89KB </span>","children":null,"spread":false},{"title":"RayCasting.exe.intermediate.manifest <span style='color:#111;'> 381B </span>","children":null,"spread":false},{"title":"volumeRender_kernel.cu.obj <span style='color:#111;'> 100.32KB </span>","children":null,"spread":false}],"spread":true},{"title":"CreateVoxel.cpp <span style='color:#111;'> 425B </span>","children":null,"spread":false},{"title":"my.out <span style='color:#111;'> 0B </span>","children":null,"spread":false},{"title":"Bucky.raw <span style='color:#111;'> 32.00KB </span>","children":null,"spread":false},{"title":"vc90.pdb <span style='color:#111;'> 156.00KB </span>","children":null,"spread":false},{"title":"RayCasting.vcproj.SYL-PC.SYL.user <span style='color:#111;'> 1.38KB </span>","children":null,"spread":false},{"title":"volumeRender.txt <span style='color:#111;'> 292B </span>","children":null,"spread":false},{"title":"volumeRender_kernel.cu <span style='color:#111;'> 7.70KB </span>","children":null,"spread":false},{"title":"Debug","children":[{"title":"CreateVoxel.obj <span style='color:#111;'> 21.91KB </span>","children":null,"spread":false},{"title":"vc90.idb <span style='color:#111;'> 643.00KB </span>","children":null,"spread":false},{"title":"vc90.pdb <span style='color:#111;'> 300.00KB </span>","children":null,"spread":false},{"title":"mt.dep <span style='color:#111;'> 65B </span>","children":null,"spread":false},{"title":"volumeRender.obj <span style='color:#111;'> 106.52KB </span>","children":null,"spread":false},{"title":"BuildLog.htm <span style='color:#111;'> 12.25KB </span>","children":null,"spread":false},{"title":"RayCasting.exe.intermediate.manifest <span style='color:#111;'> 381B </span>","children":null,"spread":false},{"title":"volumeRender_kernel.cu.obj <span style='color:#111;'> 100.32KB </span>","children":null,"spread":false}],"spread":false},{"title":"CreateVoxel.h <span style='color:#111;'> 511B </span>","children":null,"spread":false},{"title":"1.txt <span style='color:#111;'> 86.71KB </span>","children":null,"spread":false},{"title":"cuPrintf1.cuh <span style='color:#111;'> 31.16KB </span>","children":null,"spread":false},{"title":"cuPrintf.cuh <span style='color:#111;'> 5.61KB </span>","children":null,"spread":false},{"title":"2.txt <span style='color:#111;'> 79.36KB </span>","children":null,"spread":false},{"title":"mySample.ppm <span style='color:#111;'> 768.01KB </span>","children":null,"spread":false},{"title":"my2.out <span style='color:#111;'> 204.00KB </span>","children":null,"spread":false}],"spread":false}],"spread":true}],"spread":true}],"spread":true}]

评论信息

  • xue :
    不错的程序,好用!
    2019-08-21
  • yhj674438511 :
    对于研究算法原理还是很不错的,比较清晰了
    2017-12-29
  • edward_z3 :
    这个下载之后怎么在VS2010运行呢,运行成功的亲给个说明吧,跪谢
    2017-08-07
  • yaojuncoding :
    这个还是非常不错的额
    2015-11-19
  • fengguowuhen678345 :
    非常好的东西,通过CUDA进行光线跟踪算法,但是没有实现真正意义上的递归,有待提高
    2015-08-22

免责申明

【只为小站】的资源来自网友分享,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,【只为小站】 无法对用户传输的作品、信息、内容的权属或合法性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论 【只为小站】 经营者是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。
本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二条之规定,若资源存在侵权或相关问题请联系本站客服人员,zhiweidada#qq.com,请把#换成@,本站将给予最大的支持与配合,做到及时反馈和处理。关于更多版权及免责申明参见 版权及免责申明