File: pov30000.htm

package info (click to toggle)
povray-manual 3.0.20-1
  • links: PTS
  • area: main
  • in suites: hamm, potato, slink
  • size: 2,724 kB
  • ctags: 1,285
  • sloc: makefile: 31
file content (269 lines) | stat: -rw-r--r-- 24,019 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
<html>
<body text="#000000" bgcolor="#C0C0C0" background="backgrnd.gif">
<a name="ref 0 pri 0"><a name="ref 1 pri 0"><center><h3><a name="section 1">
Section 1<br>Introduction</h3></center>
This document details the use of the Persistence of Vision(tm) Ray-Tracer (POV-Ray(tm)). It is broken down into four parts: the installation guide, the tutorial guide, the reference guide and the appendix. The first part (see chapter <a href="pov30000.htm#ref 2 pri 0">&quot;Program Description&quot;</a> and chapter <a href="pov30002.htm#ref 3 pri 0">&quot;Quick Start&quot;</a>) tells you where to get and how to install POV-Ray. It also gives a short introduction to ray-tracing. The tutorial explains step by step how to use the different features of POV-Ray (see chapter <a href="pov30003.htm#ref 4 pri 0">&quot;Beginning Tutorial&quot;</a>). The reference gives a complete description of all features available in POV-Ray by explaining all available options (set either by command line switches or by INI file keywords) and the scene description language (see chapter <a href="pov30014.htm#ref 5 pri 0">&quot;POV-Ray Reference&quot;</a>, chapter <a href="pov30014.htm#ref 6 pri 0">&quot;POV-Ray Options&quot;</a> and chapter <a href="pov30019.htm#ref 7 pri 0">&quot;Scene Description Language&quot;</a>). The appendix includes some tips and hints, suggested reading, contact addresses and legal information.<p>
POV-Ray(tm) is based on DKBTrace 2.12 by David K. Buck and Aaron A. Collins.<hr>
<a name="ref 8 pri 0"><a name="ref 9 pri 0"><center><h3><a name="section 1.1">
Section 1.1<br>Notation</h3></center>
Throughout this document the following notation is used to mark keywords of the scene description language, command line switches, INI file keywords and file names.<p>
<pre>
  <strong>name</strong>  scene description keyword
  <strong>name</strong>  command line option
  <strong>name</strong>  INI file keyword
  <b>name</b>  file name
  <b>name</b>  Internet address, Usenet group
</pre>
<p>
In the plain ASCII version of the document there is no difference between the different notations.<hr>
<a name="ref 10 pri 0"><a name="ref 2 pri 0"><center><h3><a name="section 2">
Section 2<br>Program Description</h3></center>
The Persistence of Vision(tm) Ray-Tracer creates three-dimensional, photo-realistic images using a rendering technique called ray-tracing. It reads in a text file containing information describing the objects and lighting in a scene and generates an image of that scene from the view point of a camera also described in the text file. Ray-tracing is not a fast process by any means, but it produces very high quality images with realistic reflections, shading, perspective and other effects.<hr>
<a name="ref 11 pri 0"><a name="ref 12 pri 0"><a name="ref 13 pri 0"><center><h3><a name="section 2.1">
Section 2.1<br>What is Ray-Tracing?</h3></center>
Ray-tracing is a rendering technique that calculates an image of a scene by shooting rays into the scene. The scene is built from shapes, light sources, a camera, materials, special features, etc.<p>
For every pixel in the final image one or more viewing rays are shot into the scene and tested for intersection with any of the objects in the scene. Viewing rays originate from the viewer, represented by the camera, and pass through the viewing window (representing the final image).<p>
Every time an object is hit, the color of the surface at that point is calculated. For this purpose the amount of light coming from any light source in the scene is determined to tell whether the surface point lies in shadow or not. If the surface is reflective or translucent new rays are set up and traced in order to determine the contribution of the reflected and refracted light to the final surface color.<p>
Special features like inter-diffuse reflection (radiosity), atmospheric effects and area lights make it necessary to shoot a lot of additional rays into the scene for every pixel.<hr>
<a name="ref 14 pri 0"><a name="ref 15 pri 0"><center><h3><a name="section 2.2">
Section 2.2<br>What is POV-Ray?</h3></center>
The Persistence of Vision(tm) Ray-Tracer was developed from DKBTrace 2.12 (written by David K. Buck and Aaron A. Collins) by a bunch of people, called the POV-Team(tm), in their spare time. The headquarters of the POV-Team is in the POVRAY forum on CompuServe (see <a href="pov30001.htm#ref 16 pri 0">&quot;POV-Ray Forum on CompuServe&quot;</a> for more details).<p>
The POV-Ray(tm) package includes detailed instructions on using the ray-tracer and creating scenes. Many stunning scenes are included with POV-Ray so you can start creating images immediately when you get the package. These scenes can be modified so you don't have to start from scratch.<p>
In addition to the pre-defined scenes, a large library of pre-defined shapes and materials is provided. You can include these shapes and materials in your own scenes by just including the name of the shape or material and their name of their appropriate source file.<p>
Here are some highlights of POV-Ray's features:<p>
<center><table border><tr><td valign=top>*</td><td valign=top>Easy to use scene description language.</td></tr>
<tr><td valign=top>*</td><td valign=top>Large library of stunning example scene files.</td></tr>
<tr><td valign=top>*</td><td valign=top>Standard include files that pre-define many shapes, colors and textures.</td></tr>
<tr><td valign=top>*</td><td valign=top>Very high quality output image files (up to 48-bit color).</td></tr>
<tr><td valign=top>*</td><td valign=top>15 and 24 bit color display on IBM-PC's using appropriate hardware.</td></tr>
<tr><td valign=top>*</td><td valign=top>Create landscapes using smoothed height fields.</td></tr>
<tr><td valign=top>*</td><td valign=top>Spotlights, cylindrical lights and area lights for sophisticated lighting.</td></tr>
<tr><td valign=top>*</td><td valign=top>Phong and specular highlighting for more realistic-looking surfaces.</td></tr>
<tr><td valign=top>*</td><td valign=top>Inter-diffuse reflection (radiosity) for more realistic lighting.</td></tr>
<tr><td valign=top>*</td><td valign=top>Atmospheric effects like atmosphere, fog and rainbow.</td></tr>
<tr><td valign=top>*</td><td valign=top>Halos to model effects like clouds, dust, fire and steam.</td></tr>
<tr><td valign=top>*</td><td valign=top>Several image file output formats including Targa, PNG and PPM.</td></tr>
<tr><td valign=top>*</td><td valign=top>Basic shape primitives such as ... spheres, boxes, quadrics, cylinders, cones, triangles and planes.</td></tr>
<tr><td valign=top>*</td><td valign=top>Advanced shape primitives such as ... torii (donuts), bezier patches, height fields (mountains), blobs, quartics, smooth triangles, text, fractals, superquadrics, surfaces of revolution, prisms, polygons, lathes and fractals.</td></tr>
<tr><td valign=top>*</td><td valign=top>Shapes can easily be combined to create new complex shapes using Constructive Solid Geometry (CSG). POV-Ray supports unions, merges, intersections and differences.</td></tr>
<tr><td valign=top>*</td><td valign=top>Objects are assigned materials called textures (a texture describes the coloring and surface properties of a shape).</td></tr>
<tr><td valign=top>*</td><td valign=top>Built-in color and normal patterns: Agate, Bozo, Bumps, Checker, Crackle, Dents, Granite, Gradient, Hexagon, Leopard, Mandel, Marble, Onion, Quilted, Ripples, Spotted, Sprial, Radial, Waves, Wood, Wrinkles and image file mapping.</td></tr>
<tr><td valign=top>*</td><td valign=top>Users can create their own textures or use pre-defined textures such as ... Brass, Chrome, Copper, Gold, Silver, Stone, Wood.</td></tr>
<tr><td valign=top>*</td><td valign=top>Combine textures using layering of semi-transparent textures or tiles of textures or material map files.</td></tr>
<tr><td valign=top>*</td><td valign=top>Display preview of image while computing (not available on all platforms).</td></tr>
<tr><td valign=top>*</td><td valign=top>Halt rendering when part way through.</td></tr>
<tr><td valign=top>*</td><td valign=top>Continue rendering a halted partial scene later.</td></tr>

</td></tr></table></center>
<hr>
<a name="ref 17 pri 0"><a name="ref 18 pri 0"><center><h3><a name="section 2.3">
Section 2.3<br>Which Version of POV-Ray should you use?</h3></center>
POV-Ray can be used under MS-DOS, Windows 3.x, Windows for Workgroups 3.11, Windows 95, Windows NT, Apple Macintosh 68k, Power PC, Commodore Amiga, Linux, UNIX and other platforms.<p>
The latest versions of the necessary files are available over CompuServe, Internet, America Online and several BBS's. See section <a href="pov30001.htm#ref 19 pri 0">&quot;Where to Find POV-Ray Files&quot;</a> for more info.<hr>
<a name="ref 20 pri 0"><a name="ref 21 pri 0"><center><h3><a name="section 2.3.1">
Section 2.3.1<br>IBM-PC and Compatibles</h3></center>
Currently there are three different versions for the IBM-PC running under different operating systems (MS-DOS, Windows and Linux) as described below.<hr>
<a name="ref 22 pri 0"><a name="ref 23 pri 0"><center><h3><a name="section 2.3.1.1">
Section 2.3.1.1<br>MS-DOS</h3></center>
The MS-DOS version runs under MS-DOS or as a DOS application under Windows 95, Windows NT, Windows 3.1 or Windows for Workgroups 3.11. It also runs under OS/2 and Warp.<p>
Required hardware and software:<p>
<center><table border><tr><td valign=top>-</td><td valign=top>A 386 or better CPU and at least 4 meg of RAM.</td></tr>
<tr><td valign=top>-</td><td valign=top>About 6 meg disk space to install and 2-10 meg or more beyond that for working space.</td></tr>
<tr><td valign=top>-</td><td valign=top>A text editor capable of editing plain ASCII text files. The EDIT program that comes with MS-DOS will work for moderate size files.</td></tr>
<tr><td valign=top>-</td><td valign=top>Graphic file viewer capable of viewing GIF and perhaps TGA and PNG formats.</td></tr>

</td></tr></table></center>

<p>
Required POV-Ray files:<p>
<center><table border><tr><td valign=top>-</td><td valign=top>POVMSDOS.EXE - a self-extracting archive containing the program, sample scenes, standard include files and documentation in a hypertext help format with help viewer. This file may be split into smaller files for easier downloading. Check the directory of your download or ftp site to see if other files are needed.</td></tr>

</td></tr></table></center>

<p>
Recommended:<p>
<center><table border><tr><td valign=top>-</td><td valign=top>Pentium or 486dx or math co-processor for 386 or 486sx.</td></tr>
<tr><td valign=top>-</td><td valign=top>8 meg or more RAM.</td></tr>
<tr><td valign=top>-</td><td valign=top>SVGA display preferably with VESA interface and high color or true color ability.</td></tr>

</td></tr></table></center>

<p>
Optional: The source code is not needed to use POV-Ray. It is provided for the curious and adventurous.<p>
<center><table border><tr><td valign=top>-</td><td valign=top>POVMSD_S.ZIP - The C source code for POV-Ray for MS-DOS Contains generic parts and MS-DOS specific parts. It does not include sample scenes, standard include files and documentation so you should also get the executable archive as well</td></tr>
<tr><td valign=top>-</td><td valign=top>A C compiler that can create 32-bit protected mode applications. We support Watcom 10.5a, Borland 4.52 with DOS Power Pack and limited graphics under DJGPP 1.12maint4. DJGPP 2.0 not supported.</td></tr>

</td></tr></table></center>
<hr>
<a name="ref 24 pri 0"><a name="ref 25 pri 0"><center><h3><a name="section 2.3.1.2">
Section 2.3.1.2<br>Windows</h3></center>
The Windows version runs under Windows'95, Windows NT and under Windows 3.1 or 3.11 if Win32s extensions are added. Also runs under OS/2 Warp.<p>
Required hardware and software:<p>
<center><table border><tr><td valign=top>-</td><td valign=top>A 386 or better CPU and at least 8 meg of RAM.</td></tr>
<tr><td valign=top>-</td><td valign=top>About 12 meg disk space to install and 2-10 meg or more beyond that for working space.</td></tr>

</td></tr></table></center>

<p>
Required POV-Ray files:<p>
<center><table border><tr><td valign=top>-</td><td valign=top>User archive POVWIN3.EXE - a self-extracting archive containing the program, sample scenes, standard include files and documentation. This file may be split into smaller files for easier downloading. Check the directory of your download or ftp site to see if other files are needed.</td></tr>

</td></tr></table></center>

<p>
Recommended:<p>
<center><table border><tr><td valign=top>-</td><td valign=top>Pentium or 486dx or math co-processor for 386 or 486sx.</td></tr>
<tr><td valign=top>-</td><td valign=top>16 meg or more RAM.</td></tr>
<tr><td valign=top>-</td><td valign=top>SVGA display preferably with high color or true color ability and drivers installed.</td></tr>

</td></tr></table></center>

<p>
Optional: The source code is not needed to use POV-Ray. It is provided for the curious and adventurous.<p>
<center><table border><tr><td valign=top>-</td><td valign=top>POVWIN_S.ZIP --- The C source code for POV-Ray for Windows. Contains generic parts and Windows specific parts. It does not include sample scenes, standard include files and documentation so you should also get the executable archive as well.</td></tr>
<tr><td valign=top>-</td><td valign=top>POV-Ray can only be compiled using C compilers that create 32-bit Windows applications. We support Watcom 10.5a, Borland 4.52/5.0 compilers. The source code is not needed to use POV-Ray. It is provided for the curious and adventurous.</td></tr>

</td></tr></table></center>
<hr>
<a name="ref 26 pri 0"><a name="ref 27 pri 0"><center><h3><a name="section 2.3.1.3">
Section 2.3.1.3<br>Linux</h3></center>
Required hardware and software:<p>
<center><table border><tr><td valign=top>-</td><td valign=top>A 386 or better CPU and at least 4 meg of RAM.</td></tr>
<tr><td valign=top>-</td><td valign=top>About 6 meg disk space to install and 2-10 meg or more beyond that for working space.</td></tr>
<tr><td valign=top>-</td><td valign=top>A text editor capable of editing plain ASCII text files.</td></tr>
<tr><td valign=top>-</td><td valign=top>Any recent (1994 onwards) Linux kernel and support for ELF format binaries. POV-Ray for Linux is not in a.out-format.</td></tr>
<tr><td valign=top>-</td><td valign=top>ELF libraries libc.so.5, libm.so.5 and one or both of libX11.so.6 or libvga.so.1.</td></tr>

</td></tr></table></center>

<p>
Required POV-Ray files:<p>
<center><table border><tr><td valign=top>-</td><td valign=top>POVLINUX.TGZ or POVLINUX.TAR.GZ - archive containing an official binary for each SVGALib and X-Windows modes. Also contains sample scenes, standard include files and documentation.</td></tr>

</td></tr></table></center>

<p>
Recommended:<p>
<center><table border><tr><td valign=top>-</td><td valign=top>Pentium or 486dx or math co-processor for 386 or 486sx.</td></tr>
<tr><td valign=top>-</td><td valign=top>8 meg or more RAM.</td></tr>
<tr><td valign=top>-</td><td valign=top>SVGA display preferably high color or true color ability.</td></tr>
<tr><td valign=top>-</td><td valign=top>If you want display, you'll need either SVGALib or X-Windows.</td></tr>
<tr><td valign=top>-</td><td valign=top>Graphic file viewer capable of viewing PPM, TGA or PNG formats.</td></tr>

</td></tr></table></center>

<p>
Optional: The source code is not needed to use POV-Ray. It is provided for the curious and adventurous.<p>
<center><table border><tr><td valign=top>-</td><td valign=top>POVUNI_S.TAR.GZ or POVUNI_S.TGZ - The C source code for POV-Ray for Linux. Contains generic parts and Linux specific parts. It does not include sample scenes, standard include files and documentation so you should also get the executable archive as well.</td></tr>
<tr><td valign=top>-</td><td valign=top>The GNU C compiler and (optionally) the X include files and libraries and KNOWLEDGE OF HOW TO USE IT. Although we provide source code for generic Unix systems, we do not provide technical support on how to compile the program.</td></tr>

</td></tr></table></center>
<hr>
<a name="ref 28 pri 0"><a name="ref 29 pri 0"><center><h3><a name="section 2.3.2">
Section 2.3.2<br>Apple Macintosh</h3></center>
The Macintosh versions run under Apple's MacOS operating system version 7.0 or better, on any 68020/030/040-based Macintosh (with or without a floating point coprocessor) or any of the Power Macintosh computers.<p>
Required hardware and software:<p>
<center><table border><tr><td valign=top>-</td><td valign=top>A 68020 or better CPU without a floating point unit (LC or Performa or Centris series) and at least 8 meg RAM or</td></tr>
<tr><td valign=top>-</td><td valign=top>A 68020 or better CPU *with* a floating point unit (Mac II or Quadra series) and at least 8 meg RAM or</td></tr>
<tr><td valign=top>-</td><td valign=top>Any Power Macintosh computer and at least 8 meg RAM.</td></tr>
<tr><td valign=top>-</td><td valign=top>System 7 or newer and color QuickDraw (System 6 is no longer supported).</td></tr>
<tr><td valign=top>-</td><td valign=top>About 6 meg free disk space to install and an additional 2-10 meg free space for working space.</td></tr>
<tr><td valign=top>-</td><td valign=top>Graphic file viewer utility capable of viewing Mac PICT, GIF and perhaps TGA and PNG formats (the shareware GIFConverter or GraphicConverter applications are good.)</td></tr>

</td></tr></table></center>

<p>
Required POV-Ray files:<p>
<center><table border><tr><td valign=top>-</td><td valign=top>POVMACNF.SIT or POVMACNF.SIT.HQX - a Stuffit archive containing the non-FPU 68K Macintosh application, sample scenes, standard include files and documentation (slower version for Macs without an FPU) or</td></tr>
<tr><td valign=top>-</td><td valign=top>POVMAC68.SIT or POVMAC68.SIT.HQX - a Stuffit archive containing the FPU 68K Macintosh application, sample scenes, standard include files and documentation (faster version for Macs WITH an FPU) or</td></tr>
<tr><td valign=top>-</td><td valign=top>POVPMAC.SIT or POVPMAC.SIT.HQX - a Stuffit archive containing the native Power Macintosh application, sample scenes, standard include files and documentation.</td></tr>

</td></tr></table></center>

<p>
Recommended:<p>
<center><table border><tr><td valign=top>-</td><td valign=top>68030/33 or faster with FPU, or any Power Macintosh</td></tr>
<tr><td valign=top>-</td><td valign=top>8 meg or more RAM for 68K Macintosh; 16 meg or more for Power Macintosh systems.</td></tr>
<tr><td valign=top>-</td><td valign=top>Color monitor preferred, 256 colors OK, but thousands or millions of colors is even better.</td></tr>

</td></tr></table></center>

<p>
Optional: The source code is not needed to use POV-Ray. It is provided for the curious and adventurous. POV-Ray can be compiled using Apple's MPW 3.3, Metrowerks CodeWarrior 8 or Symantec 8.<p>
<center><table border><tr><td valign=top>-</td><td valign=top>POVMACS.SIT or POVMACS.SIT.HQX - The full C source code for POV-Ray for Macintosh. Contains generic parts and Macintosh specific parts. It does not include sample scenes, standard include files and documentation so you should also get the executable archive as well.</td></tr>

</td></tr></table></center>
<hr>
<a name="ref 30 pri 0"><a name="ref 31 pri 0"><center><h3><a name="section 2.3.3">
Section 2.3.3<br>Commodore Amiga</h3></center>
The Amiga version comes in several flavors: 68000/68020 without FPU (not recommended, very slow), 68020/68881(68882), 68030/68882 and 68040. There are also two sub-versions, one with a CLI-only interface, and one with a GUI (requires MUI 3.1). All versions run under OS2.1 and up. Support exists for pensharing and window display under OS3.x with 256 color palettes and CybeGFX display library support.<p>
Required:<p>
<center><table border><tr><td valign=top>-</td><td valign=top>at least 4 meg of RAM.</td></tr>
<tr><td valign=top>-</td><td valign=top>at least 2 meg of hard disk space for the necessities, 5-20 more recommended for workspace.</td></tr>
<tr><td valign=top>-</td><td valign=top>an ASCII text editor, GUI configurable to launch the editor of your choice.</td></tr>
<tr><td valign=top>-</td><td valign=top>Graphic file viewer - POV-Ray outputs to PNG, Targa (TGA) and PPM formats, converters from the PPMBIN distribution are included to convert these to IFF ILBM files.</td></tr>

</td></tr></table></center>

<p>
Required POV-Ray files:<p>
<center><table border><tr><td valign=top>-</td><td valign=top>POVAMI.LHA - a LHA archive containing executable, sample scenes, standard include files and documentation.</td></tr>

</td></tr></table></center>

<p>
Recommended:<p>
<center><table border><tr><td valign=top>-</td><td valign=top>8 meg or more of RAM.</td></tr>
<tr><td valign=top>-</td><td valign=top>68030 and 68882 or higher processor.</td></tr>
<tr><td valign=top>-</td><td valign=top>24-bit display card (CyberGFX library supported)</td></tr>

</td></tr></table></center>

<p>
As soon as a stable compiler is released for Amiga PowerPC systems, plans are to add this to the flavor list.<p>
Optional: The source code is not needed to use POV-Ray. It is provided for the curious and adventurous.<p>
<center><table border><tr><td valign=top>-</td><td valign=top>POVLHA_S.ZIP - The C source code for POV-Ray for Amiga. Contains generic parts and Amiga specific parts. It does not include sample scenes, standard include files and documentation so you should also get the executable archive as well.</td></tr>

</td></tr></table></center>
<hr>
<a name="ref 32 pri 0"><a name="ref 33 pri 0"><center><h3><a name="section 2.3.4">
Section 2.3.4<br>SunOS</h3></center>
Required hardware and software:<p>
<center><table border><tr><td valign=top>-</td><td valign=top>A Sun SPARC processor and at least 4 meg of RAM.</td></tr>
<tr><td valign=top>-</td><td valign=top>About 6 meg disk space to install and 2-10 meg or more beyond that for working space.</td></tr>
<tr><td valign=top>-</td><td valign=top>A text editor capable of editing plain ASCII text files.</td></tr>
<tr><td valign=top>-</td><td valign=top>SunOS 4.1.3 or other operating system capable of running such a binary (Solaris or possibly Linux for Sparc).</td></tr>

</td></tr></table></center>

<p>
Required POV-Ray files:<p>
<center><table border><tr><td valign=top>-</td><td valign=top>POVSUNOS.TGZ or POVSUNOS.TAR.GZ - archive containing an official binary for each text-only and X-Windows modes. Also contains sample scenes, standard include files and documentation.</td></tr>

</td></tr></table></center>

<p>
Recommended:<p>
<center><table border><tr><td valign=top>-</td><td valign=top>8 meg or more RAM.</td></tr>
<tr><td valign=top>-</td><td valign=top>If you want display, you'll need X-Windows or an X-Term.</td></tr>
<tr><td valign=top>-</td><td valign=top>preferably 24-bit TrueColor display ability, although the X display code is known to work with ANY combination of visual and color depth.</td></tr>
<tr><td valign=top>-</td><td valign=top>Graphic file viewer capable of viewing PPM, TGA or PNG formats.</td></tr>

</td></tr></table></center>

<p>
Optional: The source code is not needed to use POV-Ray. It is provided for the curious and adventurous.<p>
<center><table border><tr><td valign=top>-</td><td valign=top>POVUNI_S.TGZ or POVUNI_S.TAR.GZ - The C source code for POV-Ray for UNIX. Contains generic UNIX parts and Linux specific parts. It does not include sample scenes, standard include files and documentation so you should also get the executable archive as well.</td></tr>
<tr><td valign=top>-</td><td valign=top>A C compiler and (optionally) the X include files and libraries and knowledge of how to use it.</td></tr>

</td></tr></table></center>

<p>
Although we provide source code for generic Unix systems, we do not provide technical support on how to compile the program.<hr>

<center>
<a href="pov30001.htm">Next Section</a><br>
<a href="povray.htm#Table of Contents">Table Of Contents</a><br>
</center>
</body>
</html>