登录
首页 » Visual C++ » RayTracing

RayTracing

于 2020-12-31 发布 文件大小:24132KB
0 307
下载积分: 1 下载次数: 674

代码说明:

  采用层次包围盒、八叉树加速的光线跟踪算法(ray tracing using level boundary box and eight branch tree algorithm)

文件列表:

RayTracing

..........\a.cpp
..........\a.h




..........\a14.bmp
..........\a5.bmp
..........\a6.bmp
..........\a8.bmp
..........\a9.bmp
..........\Ball.cpp
..........\Ball.h
..........\bottle.mtl
..........\bottle.obj
..........\Box.cpp
..........\Box.h
..........\bucket.mtl
..........\bucket.obj
..........\castle.mtl
..........\castle.obj
..........\ceiling1.bmp
..........\ceiling2.bmp
..........\chair.mtl
..........\chair.obj
..........\circledesk.obj
..........\cocup.mtl
..........\cocup.obj
..........\Common.h
..........\cup.mtl
..........\cup.obj
..........\Debug
..........\.....\Ball.obj
..........\.....\Box.obj
..........\.....\BuildLog.htm
..........\.....\EightBranchTree.obj
..........\.....\glm.obj
..........\.....\Light.obj
..........\.....\LineRotateFace.obj
..........\.....\MainFrm.obj
..........\.....\Material.obj
..........\.....\mt.dep
..........\.....\MyDib.obj
..........\.....\myScene.obj
..........\.....\ObjFace.obj
..........\.....\Plane.obj
..........\.....\RayTracing.exe
..........\.....\RayTracing.exe.embed.manifest
..........\.....\RayTracing.exe.embed.manifest.res
..........\.....\RayTracing.exe.intermediate.manifest
..........\.....\RayTracing.exe.manifest
..........\.....\RayTracing.ilk
..........\.....\RayTracing.obj
..........\.....\RayTracing.opt
..........\.....\RayTracing.pch
..........\.....\RayTracing.pdb
..........\.....\RayTracing.res
..........\.....\RayTracing.suo
..........\.....\RayTracingDoc.obj
..........\.....\RayTracingView.obj
..........\.....\SceneFace.obj
..........\.....\StdAfx.obj
..........\.....\TextFunction.obj
..........\.....\vc60.idb
..........\.....\vc60.pdb
..........\.....\vc80.idb
..........\.....\vc80.pdb
..........\.....\Vector3D.obj
..........\desk.bmp
..........\desk.obj
..........\deskfoot.bmp
..........\deskfoot1.bmp
..........\EightBranchTree.cpp
..........\EightBranchTree.h
..........\ff.mtl
..........\ff.obj
..........\floor.bmp
..........\flower.mtl
..........\flower.obj
..........\flower1.mtl
..........\flower1.obj
..........\flower2.mtl
..........\flower2.obj
..........\flower8.mtl
..........\flower8.obj
..........\flower9.mtl
..........\flower9.obj
..........\foreigncup.mtl
..........\foreigncup.obj
..........\glm.cpp
..........\glm.h
..........\gp.mtl
..........\gp.obj
..........\in.txt
..........\in1.txt
..........\Light.cpp
..........\Light.h
..........\light.mtl

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • cPP
    C/c++趣味程序百例(献给C/C++初学者) 1.绘制余弦曲线 2.绘制余弦曲线和直线 3.绘制圆 4.歌星大奖赛 5.求最大数 6.高次方数的尾数 7.阶乘尾数零的个数 8.借书方案知多少 9.杨辉三角形 10.数制转换 11.打鱼还是晒网 12.抓交通肇事犯 13.该存多少钱 14.怎样存钱利最大 (The C/c++ interesting program one hundred cases (dedicated C/C++, beginners) 1. Draw the cosine curve. Draw cosine curves and straight lines to high power mantissa draw a circle 4 star Grand Prix. Seeking maximum number of 6. 7 factorial ending number of zeros 8 Know Your library program. Triangle 10 number system conversion 11. fishing or drying nets 12. caught guilty of traffic accident 13. the how much money 14 How to save money Lee maximum)
    2013-04-22 00:57:52下载
    积分:1
  • inspector2000
    AUTOCAD 程序员使用的,ARX图纸数据结构显示(AutoCAD programmers using the data structure ARX drawings show)
    2006-10-24 17:16:18下载
    积分:1
  • TeeChart
    结合VS2010和TeeChart v5控件读取txt文件数据并画曲线图。可以画2条以上的曲线图,也可以修改曲线图的颜色。(Combine VS2010 with TeeChart v5 to read TXT data and draw graph.It can draw more than 2 curves and also can modify the color of the curves.)
    2015-09-26 15:08:05下载
    积分:1
  • The-scale-can-be-designed
    可以动态移动的尺度的设计,适合图形显示和控制(The scale can be designed to dynamically move, for graphics display and control)
    2013-07-28 22:50:46下载
    积分:1
  • teechart
    产生一批随机数,使用TeeChart进行绘图。是TeeChart学习很好的程序。(Produce a random number, using TeeChart for drawing. TeeChart learning process is good.)
    2020-10-15 09:07:29下载
    积分:1
  • drawMFC
    一个简单的程序,可以绘制点、线、圆、方。可以保存成一定格式的图片文件。软件最大的问题是绘图基本在对应的鼠标事件里进行,而没有在paint方法里进行,可借鉴。(A simple program, you can draw points, lines, circles, square. Can be saved into a certain format image files. The biggest problem is the graphics software basic mouse events in the corresponding conduct, but not in the paint method in the conduct, we may learn.)
    2013-09-13 09:27:12下载
    积分:1
  • MTFApp
    三次样条插值绘制光滑曲线,很有用的代码希望对大家有用(Cubic spline interpolation to draw a smooth curve, useful code hope to be useful)
    2012-09-19 20:36:39下载
    积分:1
  • VCPainter-
    MFC实现的画板程序,能够画图并保存,适合初学者(Sketchpad program, implemented by MFC drawing and save for beginners)
    2012-10-09 21:20:54下载
    积分:1
  • ReadDXF-master
    说明:  通过使用dxflib库,对dxf文件进行读取(Read DXF files by using the dxflib Library)
    2019-06-20 11:49:50下载
    积分:1
  • dcacinvertermodel
    DCAC INVERTER MODELLING BY PSCAD/EMTDC
    2016-01-14 21:25:29下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载