http://www.raytracegroundup.com/downloads.html 对该页的翻译。
Ray traced images
光線跟蹤出的圖像。
This download file contains all the ray traced images in the book as JPEG files. Because of its size, these images are also included? in the individual chapter downloads. This will allow you to download them in smaller chunks. You will be able to see a lot more detail in these images than you can in the printed versions in the book.
這個下載文件包含書中所有的光線跟蹤出的圖像。因為它的尺寸,這些圖像也會被包含在各章節(jié)下載中。這使你可以下載各個小塊。你可以在這些圖片中看到該書的更多細節(jié)。
RayTracedImages.zip (125 MB)
Skeleton ray tracers
The skeleton ray tracers were written by Sverre Kvaale, and are here to help you get started with start ray tracing. They were developed using thewxWidgets application framework for the user interface, operating system functions, and file I/O. A description of their features is available here. The ray tracers are currently available for Windows and Linux.
skeleton光線跟蹤器是Sverre kvaale寫的,它幫你開始光線跟蹤。它的開發(fā)是使用wxWidgets開發(fā)框架的用戶接口,操作系統(tǒng)函數(shù),文件I/O。一個關(guān)于它特征的描述。光線跟蹤器可以用于Windows和Linux。
?
These are released under the wxWindows license, which includes the GNU General Public License Version 2. The complete set of licenses, which you should read, are in the LICENSES document.
他在wxWindows許可下發(fā)行,它包含GNU一般公共許可2。全部許可的設置,你可以在LICENSES文檔中讀取。
?
The 1.0.2 versions render Figures 3.18 and 3.3.20(a). The 1.1.2 versions render spheres and planes using a pinhole camera with ambient and diffuse shading from a directional light. Antialiasing is built into the camera. These versions contain more classes than the 1.0.2 versions. The build function ShadedObjects.cpp renders this image.
1.0.2版本渲染3.18和3.3.20(a)。1.1.2版本渲染圓和平面使用針孔()攝像機并用平行光的環(huán)境和漫反射shading。
?
The projects are set up so that you don't have to specify path names with #include files. The projects also contain empty directories for most things that you are likely to want to add, such as textures, mappings, noises, and BTDFs. Each download file contains installation instructions for all versions, and an executable version that renders a single image.
工程已經(jīng)設置好了,你不用在設置#include文件的路徑了。工程也包含空的路徑for most things that you are likely to want to add, 像紋理,映射,噪聲和BTDFs。每個下載文件包含所有版本的安裝說明,和一個可執(zhí)行文件渲染一個單獨的圖像。
?
Windows downloads
The net versions can be run with the either of following IDEs using compiled C++ code:
Microsoft Visual Studio .NET 2003
Microsoft Visual C++ 2005 Express Edition (a free download)
See the installation instructions.
wxraytracer_net_v.1.0.2.zip
wxraytracer_net_v.1.1.2.zip
The vc6 versions run with Microsoft Visual Studio 6 from 1998.
wxraytracer_vc6_v.1.0.2.zip
wxraytracer_vc6_v.1.1.2.zip
The above versions have all been tested under Windows XP and Windows 2000. The return types of clone functions in the ray tracing source code is different in the net and vc6 versions. That's the only difference.
上面的版本已在Windows Xp和Windows2000測試。在光線跟蹤源碼中相同的函數(shù)它們的返回類型不同。這是唯一的不同。
Linux downloads
These use the Eclipse IDE.
wxraytracer_eclipse_v.1.0.2.zip
wxraytracer_eclipse_v.1.1.2.zip
Illustrations
The illustrations are available as Adobe Illustrator EPS files in a single download. Because these will be of most use to instructors, I haven't included them in the individual chapter downloads. The reproduction of these illustrations in the book is beautiful, and allows you to see everything you need to.
。。。因為它常常用于指導,我們沒有在各章下載中包含它們。這些插圖的復制在書中很漂亮,允許你看到所有你想要的。
IllustratorDiagrams.zip (120 MB)
Animations
The animations download file contains 21 animations in either .avi or .mov formats that illustrate various aspects of ray tracing. A description of these is in AnimationNotes.pdf.
動畫下載文件包含21個動畫,是.avi或.mov格式不同朝向的插圖。他們的描述在AnimationNotes.pdf中。
Animations.zip (105 MB)
Code
The code download contains the classes that are in the version 1_1_2 skeleton ray tracers, with additional features added to some classes. There are also many other classes including the samplers, Grid, Mesh, and several triangles. All files have Windows line endings.
This code collection currently only goes up to Chapter 24 on mirror reflection. Additions to cover transparency and texturing are coming.
代碼下載包含版本1-1-2的skeleton光線跟蹤器,隨著另外特征添加些類。它也有別的類包含采樣器,格子,網(wǎng)格和若干三角形。所有的文件have Windows line endings。
代碼收集了一直到第24章鏡面發(fā)射。另外的透明和紋理還在醞釀中。
CodeVersion1.zip (162 k)
PLY files
The PLY file download contains all the un-textured PLY files used in the book. The largest file is dragon.ply at 32 MB
PLY文件下載包含所有在本書適用沒紋理的PLY文件。最大文件是dragon.ply32MB。
PLYFiles.zip (12.4 MB)
Texture images
This download contains all the texture images used in the book.
TextureImages.zip (24.2 MB)
Chapter downloads
Each chapter download file will contain the ray traced images, and the build functions for most of these images. Some chapters will contain additional code. Examples include the sampler classes in Chapter 5, the BeveledBox and BeveledWedge classes in Chapter 21, the Grid class in Chapter 22, and the noise classes in Chapter 31. Code that's in the skeleton ray tracers isn't included here.
每章下載文件包含光線跟蹤或的圖像,bulid函數(shù)生成大多數(shù)圖像。另外的一些章節(jié)會包含另外的代碼。比如在第5章包含取樣器類,第21章包含BeveledBox和BeveledWedge類,第22章的格子類,第31章的噪音類。skeleton光線跟蹤器的代碼沒有包含。
?
Some chapters will also contain additional ray traced images, triangle meshes, and texture images in ppm file format.
My code is released under the GNU General Public License Version 2. The complete license is in COPYING.txt.
一些章節(jié)將包含另外的光線跟蹤后的圖形,三角網(wǎng)格,ppm的紋理圖像文件。我的代碼是在GNU一般公開許可2下發(fā)行的。完整的預科在COPYING.txt中。
Chapter03.zip (589 k)
Chapter04.zip (1.6 MB)
Chapter05.zip (5.4 MB)
Chapter06.zip (193 k)
Chapter08.zip (1.4 MB)
Chapter09.zip (590 k)
Chapter10.zip (1.2 MB)
Chapter11.zip (5.7 MB)
Chapter12.zip (3.8 MB)
Chapter14.zip (1.5 MB)
Chapter15.zip (635 k)
Chapter16.zip (2.5 MB)
Chapter17.zip (3.1 MB)
Chapter18.zip (4.9MB)
Chapter19.zip (1.8 MB)
Chapter20.zip (480 k)
Chapter21.zip (2.0 MB)
Chapter22.zip (5.6 MB)
Chapter23.zip (5.3 MB)
Chapter24.zip (11.3 MB)
Chapter25.zip (4.4 MB)
Chapter26.zip (2.9 MB)
Chapter27.zip (4.7 MB)
Chapter28.zip (12.2 MB)
Chapter29.zip (7.5 MB)
Chapter30.zip (4.5 MB)
Chapter31.zip (13.2 MB)
? 2007 Kevin Suffern. All rights reserved.
轉(zhuǎn)載于:https://www.cnblogs.com/sinawear/archive/2012/03/08/2385575.html
總結(jié)
以上是生活随笔為你收集整理的http://www.raytracegroundup.com/downloads.html 对该页的翻译。的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: u盘深藏了怎么恢复 如何找回隐藏的U盘文
- 下一篇: gpu programming guid