CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 图形图像处理(光照,映射..)

文件名称:raypp0.4.tar

  • 所属分类:
  • 标签属性:
  • 上传时间:
    2012-11-16
  • 文件大小:
    97.62kb
  • 已下载:
    0次
  • 提 供 者:
  • 相关连接:
  • 下载说明:
    别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容来自于网络,使用问题请自行百度

光线跟踪的一种实现源代码,下一代图形引擎的基础。要实用仍需要很大的努力。-A ray tracing implementation source code, the basis of the next generation graphics engine. Practical want a great effort is still required.
(系统自动生成,下载前可以参看下载内容)

下载文件列表

ray++-0.4/
ray++-0.4/surfaces/
ray++-0.4/surfaces/matte.h
ray++-0.4/surfaces/pigments/
ray++-0.4/surfaces/pigments/pure_colour.h
ray++-0.4/surfaces/pigments/pigment.h
ray++-0.4/surfaces/pigments/solid_pigment.cxx
ray++-0.4/surfaces/pigments/std_pigments.h
ray++-0.4/surfaces/pigments/generic_pigment.h
ray++-0.4/surfaces/pigments/generic_pigment.cxx
ray++-0.4/surfaces/pigments/solid_pigment.h
ray++-0.4/surfaces/pigments/std_pigments.cxx
ray++-0.4/surfaces/lambert.cxx
ray++-0.4/surfaces/matte.cxx
ray++-0.4/surfaces/phong.cxx
ray++-0.4/surfaces/lambert.h
ray++-0.4/surfaces/phong.h
ray++-0.4/Makefile
ray++-0.4/utils/
ray++-0.4/utils/vector_math.h
ray++-0.4/utils/rng.cxx
ray++-0.4/utils/twister.h
ray++-0.4/utils/colourmap.cxx
ray++-0.4/utils/math.h
ray++-0.4/utils/noise.h
ray++-0.4/utils/utils.h
ray++-0.4/utils/colourmap.h
ray++-0.4/utils/converter.h
ray++-0.4/utils/noise.cxx
ray++-0.4/README
ray++-0.4/configure
ray++-0.4/ray++.cxx
ray++-0.4/configure.in
ray++-0.4/config/
ray++-0.4/config/config.h
ray++-0.4/config/sizecalc.h.in
ray++-0.4/config/makefile.inc.in
ray++-0.4/docsrc/
ray++-0.4/docsrc/volumes.dox
ray++-0.4/docsrc/Makefile
ray++-0.4/docsrc/kernel.dox
ray++-0.4/docsrc/config.dox
ray++-0.4/docsrc/lights.dox
ray++-0.4/docsrc/footer.inc
ray++-0.4/kernel/
ray++-0.4/kernel/interval.h
ray++-0.4/kernel/constants.h
ray++-0.4/kernel/transformable.h
ray++-0.4/kernel/countable_new.cxx
ray++-0.4/kernel/transform.cxx
ray++-0.4/kernel/ray.h
ray++-0.4/kernel/bstream.h
ray++-0.4/kernel/renderer.h
ray++-0.4/kernel/geom_ray.h
ray++-0.4/kernel/full_shading_info.h
ray++-0.4/kernel/light.h
ray++-0.4/kernel/shape.h
ray++-0.4/kernel/initable.h
ray++-0.4/kernel/object_queue.h
ray++-0.4/kernel/vector.h
ray++-0.4/kernel/msg_stream.h
ray++-0.4/kernel/error.h
ray++-0.4/kernel/intersect_info.h
ray++-0.4/kernel/handle.h
ray++-0.4/kernel/camera.h
ray++-0.4/kernel/colour.h
ray++-0.4/kernel/output.h
ray++-0.4/kernel/axisbox.cxx
ray++-0.4/kernel/byteswap.h
ray++-0.4/kernel/surface.h
ray++-0.4/kernel/countable_new.h
ray++-0.4/kernel/object.h
ray++-0.4/kernel/transform.h
ray++-0.4/kernel/globals.h
ray++-0.4/kernel/inside_info.h
ray++-0.4/kernel/kernel.h
ray++-0.4/kernel/shading_info.h
ray++-0.4/kernel/volume.h
ray++-0.4/kernel/light_array.h
ray++-0.4/kernel/globals.cxx
ray++-0.4/kernel/error.cxx
ray++-0.4/kernel/world.h
ray++-0.4/kernel/axisbox.h
ray++-0.4/lights/
ray++-0.4/lights/fuzprojector.h
ray++-0.4/lights/spotlight.h
ray++-0.4/lights/projector.h
ray++-0.4/lights/projector.cxx
ray++-0.4/lights/fuzprojector.cxx
ray++-0.4/lights/ambient_light.h
ray++-0.4/lights/pointlight.cxx
ray++-0.4/lights/pointlight.h
ray++-0.4/lights/spotlight.cxx
ray++-0.4/objects/
ray++-0.4/objects/bounding_slab.h
ray++-0.4/objects/simple_object.h
ray++-0.4/objects/simple_object.cxx
ray++-0.4/objects/bounding_slab.cxx
ray++-0.4/shapes/
ray++-0.4/shapes/quadric.h
ray++-0.4/shapes/cylinder.cxx
ray++-0.4/shapes/plane.cxx
ray++-0.4/shapes/box.h
ray++-0.4/shapes/quadric.cxx
ray++-0.4/shapes/sphere.h
ray++-0.4/shapes/parametric.h
ray++-0.4/shapes/tube.cxx
ray++-0.4/shapes/clip.h
ray++-0.4/shapes/cone.h
ray++-0.4/shapes/cone.cxx
ray++-0.4/shapes/solid_shape.h
ray++-0.4/shapes/cylinder.h
ray++-0.4/shapes/triangle.cxx
ray++-0.4/shapes/sphere.cxx
ray++-0.4/shapes/parametric.cxx
ray++-0.4/shapes/tube.h
ray++-0.4/shapes/flat_shape.h
ray++-0.4/shapes/implicit.cxx
ray++-0.4/shapes/csg_shape.cxx
ray++-0.4/shapes/plane.h
ray++-0.4/shapes/triangle.h
ray++-0.4/shapes/box.cxx
ray++-0.4/shapes/csg_shape.h
ray++-0.4/shapes/implicit.h
ray++-0.4/shapes/clip.cxx
ray++-0.4/AUTHORS
ray++-0.4/worlds/
ray++-0.4/worlds/scene.cxx
ray++-0.4/worlds/scene.h
ray++-0.4/worlds/hmakers/
ray++-0.4/worlds/hmakers/hmaker.h
ray++-0.4/worlds/hmakers/pov_hmaker.h
ray++-0.4/worlds/hmakers/sort_entry.h
ray++-0.4/worlds/hmakers/pov_hmaker.cxx
ray++-0.4/programs/
ray++-0.4/programs/Makefile
ray++-0.4/programs/tritest.cxx
ray++-0.4/programs/conetest.cxx
ray++-0.4/programs/gastest.cxx
ray++-0.4/programs/first.cxx
ray++-0.4/programs/cyltest.cxx
ray++-0.4/programs/spot.cxx
ray++-0.4/programs/paramtest.cxx
ray++-0.4/programs/imptest2.cxx
ray++-0.4/programs/imptest3.cxx
ray++-0.4/programs/reflect_test.cxx
ray++-0.4/programs/bgdemo.cxx
ray++-0.4/programs/second.cxx
ray++-0.4/programs/quadtest.cxx
ray++-0.4/programs/boxtest.cxx
ray++-0.4/programs/stereo.cxx
ray++-0.4/programs/logo.cxx
ray++-0.4/programs/logo.raw
ray++-0.4/programs/csgtest.cxx
ray++-0.4/programs/proj.cxx
ray++-0.4/programs/imptest.cxx
ray++-0.4/programs/phongtest.cxx
ray++-0.4/programs/cliptest.cxx
ray++-0.4/volumes/
ray++-0.4/volumes/gas.h
ray++-0.4/volumes/fog.h
ray++-0.4/volumes/gas.cxx
ray++-0.4/volumes/clear_glass.h
ray++-0.4/volumes/fog.cxx
ray++-0.4/volumes/gas2.h
ray++-0.4/volumes/gas2.cxx
ray++-0.4/renderers/
ray++-0.4/renderers/raytracer.h
ray++-0.4/renderers/raytracer.cxx
ray++-0.4/cameras/
ray++-0.4/cameras/std_camera.cxx
ray++-0.4/cameras/stereo_camera.cxx
ray++-0.4/cameras/stereo_camera.h
ray++-0.4/cameras/std_camera.h
ray++-0.4/outputs/
ray++-0.4/outputs/tga_output.h
ray++-0.4/outputs/ppm_output.h
ray++-0.4/outputs/mem_output.h
ray++-0.4/outputs/bmp_outp

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com