登录
首页 » Visual C++ » RayTracing

RayTracing

于 2020-12-31 发布 文件大小:24132KB
0 294
下载积分: 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 个回复

  • the-image-tube-CAD
    本文以电场的三大定理、连续超张弛迭代算法、拉格朗日插值算法等原理知识作为理论基础,以 C 语言为编程工具,将由根据以上物理和数学原理所推导出来的模型转化为可以计算像管内电势的 CAD 程序软件。所编写的程序可以在给定像管参数和电极电位的情况下,计算圆柱形像管内任意一点的电位大小,并绘制出像管内的等势线;拉格朗日插值得到对称轴上任一点的电位值。 (In this paper, we base on the three theorems of the electric field, continuous ultra-relaxation iterative algorithm, and Lagrange interpolation algorithm. We use the C language as a programming tools, and transform the model derived above into a CAD software to calculate the electric potential in the image tube. In case the image tube parameters and electrode potential are known, the program written can get the potential of every point in the image tube, and plot equipotential lines inside the image tube. It can also get the potential of every point on the axis of symmetry by Lagrange interpolation. )
    2015-02-04 22:28:55下载
    积分:1
  • gongjutiao45672
    精彩原代码,适合初学者(brilliant original code for beginners!)
    2007-04-28 10:51:36下载
    积分:1
  • PolygonDecompose
    二维简单多边形凸分解源代码以及详细的使用说明(Two-dimensional simple convex polygon decomposition of the source code and instructions)
    2021-03-22 14:59:17下载
    积分:1
  • 1-MyPaint
    用MFC实现画图板,包括绘线,几何图形,上色等等,简单易懂。(To realize drawing board with MFC)
    2012-11-20 11:30:55下载
    积分:1
  • tuxing
    MFC下实现DDA算法、一般直线的Bresenham算法、Bresenham画圆算法 、中点圆整数优化(MFC DDA Bresenham )
    2010-06-13 10:28:30下载
    积分:1
  • DrawLine
    图形学上机实验,用三种算法画线。包括Bresenham画线算法、中点画线和数值微分画线算法(Graphics on an experiment with three algorithms draw the line. Bresenham line algorithm, the dotted line and numerical differential line drawing algorithm)
    2013-04-18 13:33:27下载
    积分:1
  • Graphic2
    VC++几何绘图实例,如何让CDC上输出的文字、图形具有保持功能,集合类CPtrArray的使用(failed to translate)
    2013-05-02 09:46:31下载
    积分:1
  • DrawSys
    图形学画图,直线,圆,多边形,曲线,随手画,文本,裁剪(Graphics drawing straight lines, circles, polygons, curves, hand painting, text, cutting)
    2012-05-24 22:46:24下载
    积分:1
  • BresenhamCircle
    杜晓增计算机图形学基础Bresenham法画圆源程序(Du Xiaozeng computer graphics based Bresenham law circle source program)
    2015-05-26 08:44:12下载
    积分:1
  • ThreeBSpline_VC
    说明:  三次B样条,程序中有部分说明,可以自由在其中进行扩展设计其它类似样条程序.(cubic B-spline, some procedures that can be carried out in one free expansion design similar kind of procedure.)
    2006-05-09 10:13:42下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载