POV-Ray 3.7#

POV-Ray is an SDL based (Scene Description Language) render engine with a long history that makes it very stable and feature rich. The latest version of POV-Ray 3.7 can be found at the project site.

Chức Năng (Features)#

Some key features of the exporter include:

  • Geometry import and export with their modifiers, keyed and physics animation

  • Add POV-Ray specific non-mesh primitives (never show tessellation)

  • Thực Thể (Instances)

  • Hair particles

  • Smoke simulations

  • Atmospheric media (volume fog)

  • HDRI environment mapping

  • Aperture depth of field

  • Material properties such as filtering, emission, translucency, subsurface scattering, glass fog (tinted absorption), blurry/glossy reflections...

  • Procedural textures (emulated from Blender and POV-Ray native)

  • Chất liệu hình ảnh

  • Texture influence channels: Alpha, Diffuse, Bump, Specular, Mirror (uses same channel as specular)

  • Global illumination: Radiosity (indirect lighting), photons caustics (reflect/refract), mesh lights

  • Custom POV-Ray code input giving access to any POV-Ray feature not supported by the exporter.

Chức Năng của POV-Ray 3.7 (POV-Ray 3.7 features)

Volumetrics and media (scattering/absorption), blurry reflections (uberPOV), ghosting for motion blur (uberPOV), micropolygon displacement (HGPOV), etc.

Kích Hoạt (Activation)#

  • Of course, don't forget to download and install POV-Ray itself!

  • Mở Blender và chuyển đến Cài Đặt Sở Thích, sau đó đến thẻ Trình Bổ Sung.

  • Click Render then POV-3.7 to enable the script.

Cách Sử Dụng (Usage)#

Khởi Động Nhanh (Quick Start)#

  1. Choose POV-Ray 3.7 from render engine selector. Then you can render as usual with the Render button.

  2. The image will be rendered according to parameters set in the Properties.

Main global render settings for instance can be changed in the Render tab. But there are also properties for environment, material (textures), object, etc. all accessible in other tabs depending on the selected object (geometry, camera, light...).

Các Chi Nhánh của POV-Ray (POV-Ray Branches)#

Below is a comparison of some features of the two engines available to this exporter:

Feature/Engine/Support

POV-Ray

UberPOV

Full Spectral Resolution

✓ (đang trong quá trình phát triển)

Supersampling

Alpha Mapping

Bump Mapping (Ánh Xạ Độ Gồ Ghề)

Normal Mapping (Ánh Xạ Pháp Tuyến)

Displacement Mapping (Ánh Xạ Dời Hình)

Motion Blur (Làm Nhòe Mờ Chuyển Động)

Subsurface Scattering (SSS)

Volumetric Scattering (Medium)

Phản Quang Nhòe Mờ

✓ (rất phức tạp)

Clay Render

Depth of Field (Độ Sâu Trường Ảnh)

Material Layering

Thin Film Coating

Phân Tán (Dispersion)

Dị Hướng (Anisotropy)

Can Nhiễu Màng Mỏng

Complex IOR Files

Coating Thickness Absorption

Custom Reflectance 90

Custom Fresnel Curve

✓ (phức tạp)

✓ (phức tạp)

Sigma Texture

Sun-Pool Caustics

Ambient Occlusion (Tính Hấp Thụ Quang Xạ Môi Trường)

✗ (phức tạp)

✓ (đang trong quá trình phát triển)

Dịch chuyển thấu kính (Lens Shift)

Lá Khẩu Độ Tròn/Đa Giác

Per-Object Texture Coordinates

Texture Projection Modes

Front/Camera Mapping

✓ (phức tạp)

✓ (phức tạp)

Nhiều Kênh UV

Texture Tone Mapping

✓ (phức tạp)

✓ (phức tạp)

Chất Liệu Thủ Tục

Texture Layering

Synthesis Texture Layering

Point Lighting

Mesh Lighting

Image-based Lighting

Physical Sun/Sky

✓ (phức tạp)

✓ (phức tạp)

HDRI Support

IES Texture Support

Thực Thể Hỗ Trợ

Resume/Merge Render

Interactive Render

Vignetting / Bloom / Glare (Post)

✓ (phức tạp)

✓ (phức tạp)

Camera Response Function (CRF) (Post)

Color Balance (Post)

Đa Luồng

Region Rendering

Passive Emitter

Invisible Emitter

Invisible Object

Shadowless Object

Shadowless Point Lights

Kết Xuất Chia Thùng

Tính Chất Giao Diện Người Dùng Xuất Khẩu (Exported UI Properties)#

Tính Chất của Kết Xuất (Render Properties)#

Radiosity (Độ Phát Xạ)#

In POV-Ray, "Radiosity" is diffuse interreflection which has nothing to do with vertex color based radiosity. In fact, it is more similar to final gathering of irradiance samples and provides a noise free indirect light.

Some presets to radiosity are included, their names and settings are those of the rad_def include file shipped with POV-Ray, they set up the properties so you don't need to include the rad_def.inc in the exported pov-file, it's one of the many examples of what an interface like Blender can bring to all POV-Ray users who are not used to have one.

Xem thêm

More details on POV-Ray Wiki.

Anti-Aliasing (Khử Răng Cưa)#

Three sampling methods are supported:

  • Phi Đệ Quy

  • Đệ Quy

  • Stochastic (Monte Carlo) Only available for UberPOV.

Lấy Mẫu Vật Chiều Sâu (Sampling Depth)#

Values must be comprised between 1 and 9. Higher values increase render time and may even introduce some undesired blur.

Ngưỡng Khử Răng Cưa (Anti-Alias Threshold)#

In the simple, non-recursive method, POV-Ray initially traces one ray per pixel. If the color of a pixel differs from its neighbors (to the left or above) by at least the set threshold value, then the pixel is supersampled by casting a given, fixed number of additional rays. The default threshold is 0.3 but it may be changed using this Antialias_Threshold=n.n option.

Xem thêm

More details on POV-Ray Wiki.

Mẹo

Độ Sâu Trường Ảnh Không Khử Răng Cưa

Using no anti-aliasing when camera depth of field is on will speed up rendering and often provide decent enough images.

Phương Pháp Giới Hạn (Bounding Method)#

Also called acceleration, it is set to automatic BSP (Binary Space Partitioning) by the exporter as it's generally the most efficient (POV-Ray 3.7 only) but other acceleration methods are available in POV-Ray.

Xem thêm

More details on POV-Ray Wiki.

Tham Số Chuyển Mạch trong Dòng Lệnh (Command Line Switches)#

Some command line arguments can be passed to POV-Ray. Arguments are separated by spaces. Command line switches consist of a / (Slash), + (plus) or - (minus) sign, followed by one or more alphabetic characters and possibly a numeric value.

Xem thêm

More details on POV-Ray Wiki.

Một Số Lệnh Thường Dùng (Some Commonly Used Commands):

-D: Ẩn giấu hình ảnh trong khi đang kết xuất (-D: Hide image while rendering)

Use this command line switch to not show the rendered image in POV-Ray (slightly faster and lighter on memory). The image will be sent back to Blender after completion (on Linux this is a hidden default switch to avoid OS-specific editor problems).

+WT: Giới hạn số lượng luồng sử dụng (+WT: Limit the number of threads used)

Limits POV-Ray to using only one single render thread. (Likewise, +WT2 would instruct POV-Ray to use two render threads.)

+C: Bắt máy kết xuất tiếp tục hoạt động sau khi đã bị ngừng lại (+C: Continue an interrupted render)

For "Continue trace" is able to recover the point at which your last render stopped and continue it from there (even if you switched off your computer).

/EXIT: Đóng POV-Ray lại sau khi kết xuất hình ảnh (/EXIT: Close POV-Ray after rendering the image)

There is an option in POV-Ray for Windows interface to do the same: The "On Completion" option to "Exit POV-Ray for Windows" (in the Render menu).

Mẹo

Fast Preview Renders

When first setting up your scene, and for fast preview rendering, turn off anti-aliasing, depth of field, photons, Radiosity, expensive material features, and in the scene Shading panel, turn off shadows. (Other features might get turned off from this panel in future versions of the exporter.)

Alternatively, use the Quality command line switches +q1 to +q11. These allow you to easily disable most of the CPU-intensive features.

Định Dạng/Bố Trí Hình Thức (Formatting)#

The exported POV-Ray file can be customized:

  • Different indentation characters to choose from.

  • Option to add comments to POV-Ray file.

  • Option to write long lists of coordinates in one line for easier browsing of the pov-file (and slightly faster parsing by the renderer).

Tính Chất của Cảnh (Scene Properties)#

Quản Lý Màu Sắc (Color Management)#

sRGB is supposed to be always used currently.

Tính Chất Thế Giới (World Properties)#

Nền Sau (Background)#

Blender "Thế Giới" gets exported:

  • As POV-Ray background{} if flat colored.

  • Using Blender's Blend Sky options triggers its export as a POV-Ray sky_sphere{}.

(Chất Liệu bầu trời Hiện Tại trông có chút khác biệt do Ánh Xạ của nó).

Môi Trường Không Khí (Atmospheric Media)#

((Để kiến tạo ánh sáng trong thể tích)):

  • Number of samples for media calculation

  • Atmospheric media color

Tính Chất của Đối Tượng (Object Properties)#

Importance Sampling#

It is a priority value between 0 and 1 that can be set per object in the Object properties tab for Radiosity to cast more rays at objects that require them most. Touch this rather carefully when trying to improve render times.

Tính Chất Dữ Liệu (Data Properties)#

The script exports sky, lights, hair particles, smoke, fluids, meshes, blobs (metaballs).

Máy Quay Phim (Camera)#

Depth of Field (Độ Sâu Trường Ảnh)#

It has to be enabled for below property to act:

The focal point of depth of field is based on Blender UI Distance field, or Object field.

Khẩu Độ (Aperture)#

Sets the blur amount (increase to get more).

Mức Hỗn Loạn (Perturbation)#

Normal map for camera plane, native POV procedural patterns can be used with variable:

  • Độ Đậm/Sức Mạnh/Cường Độ (Strength)

  • Hỗn Loạn (Turbulence)

  • Tỷ Lệ (Scale)

Nguồn Ánh Sáng (Lights)#

No Shadows toggle button can be used to deactivate tracing of shadows for specific lights only.

Mẹo

For Realistic Light Attenuation

Use Inverse square falloff, and a small falloff distance value with a higher light intensity will give the best results with POV-Ray's implementation of inverse square law. See this discussion.

Khói (Smoke)#

A DF3-file (POV-Ray voxel format) is exported and used with a POV-Ray media container with the same dimension and resolution as Blender smoke domain.

Tóc/Lông (Hair)#

A union of POV-Ray sphere_sweep is exported and used for each strand. They can take the color of a texture applied to emitting object, and shape of sphere sweep tries to emulate shape of strands.

Tính Chất Nguyên Vật Liệu (Material Properties)#

Phát Xạ (Emission)#

Mẹo

Mesh Lights

When used together with Radiosity, the Emit property will allow you to create light bulbs or any luminous form that really illuminates other objects.

SSS/SSLT#

Note that SSS in POV-Ray (called SSLT) is very sensitive and will give different results if the mesh normals are smooth shaded or flat.

Tính Trong Mờ (Translucency)#

Illumination from the back of a surface.

Xem thêm

More details on POV-Ray Wiki.

Chỉ Số Khúc Xạ của Phản Chiếu Đối Xứng (IOR Mirror)#

This option is for using one consistent IOR for ray-traced reflection and refraction and not breaking the law of conservation of energy between the two.

Óng Ánh Ngũ Sắc (Iridescence)#

(Newton's thin film coating.)

Caustics (Tụ Quang)#

  • Chromatic dispersion for refractive caustics

  • Fast fake caustics (somewhat like Blender Ray Transparency)

  • Refractive caustics using photons

  • Reflective caustics using photons (high IOR or no mirror IOR for easier effect.)

Mẹo

Faster Photons

To set up some caustics, try moving from the smallest photon depth value to a minimum at which you start to see the effect you are after. Check off the Receive Photons object property for any object that does not really need it. (A glass object casting caustics often doesn't need to receive any itself.) Then you can balance other parameters to tune photons distribution and smoothing (gathering). Don't set the global spacing too fine in scene settings, because then you can still make it finer on each object using its spacing multiplier. If your system has several threads, they can be used in the photons stage: one thread per light, so you can then make your scene lighting more complex without overhead.

Bộ Tô Bóng (Shaders)#

Emulation is attempted from Blender for:

  • Specular and diffuse toon (no edges yet)

  • Phong and Cook Torrance (both the same)

  • Blinn (not perfectly matched)

  • Ward isotropic

  • Fresnel and Minnaert, started but not finished yet

Mẹo

Glass Like Materials

When trying to achieve some glass like material, keep low diffuse value, dark or totally black to avoid a dull surface and keep a clear transparency.

Tính Chất Chất Liệu (Texture Properties)#

Tọa Độ UV#

Best with planar projection for now. (Silvio Falcinelli)

Kênh Chất Liệu (Texture Channels)#

Texture influences currently exported are: Alpha, Diffuse, Bump, Specular, Mirror (uses same channel as specular). (No other channel because of POV-Ray non-uniform syntax for them.)

Gamma Tùy Chỉnh (Custom Gamma)#

For image textures (read POV-Ray 3.7 docs before using since it generally needs not be used).

Xem thêm

More details on POV-Ray Wiki.

Mã Điểm Nhìn Tùy chỉnh (Custom POV Code)#

POV-Ray files are not just pure data files (unlike with most other renderers). They are programs, with loops, functions, etc. This means that no matter how many features this exporter could support, POV-Ray will always have much more under the hood.

Từng Bước Một (Step by Step)#

You can add custom POV code directly in Blender's Text editor, all you have to do is to make sure this POV code has directly or indirectly a #declare keyword, followed by the name of your choice and the POV item you want to use. (Current POV syntax is closer to C than Python, so anything that follows two slash character (//) is a comment.)

Thêm Mã POV Trực Tiếp (Adding POV Code Directly)#

POV items can be anything but for now only the equivalent of Blender materials can be replaced with this method. In POV-Ray, it is called texture {} don't get confused, it really includes all the material properties.

Though you can directly specify a texture {} block in POV-Ray files, the #declare directive allows to assign it to a variable and reuse it more easily. The exporter makes use of this feature by default, so you won't be able to use your custom texture, unless you declare it. Here is an example:

#declare MyTexture =
texture{
    pigment{
        brick color rgb< 0.99, 0.99, 0.99>  // color mortar
        color rgb< 0.75, 0.5, 0.30>*0.75  // color brick
        brick_size <0.25, 0.0525, 0.125> // format in X, Y and Z-direction
        mortar 0.01                      // size of the mortar
        scale 3
    } // end of pigment
    normal {wrinkles 0.75 scale 0.01}
    finish {ambient 0.15 diffuse 0.95 phong 0.2}
    rotate<0,0,0>  translate< 0.01, 0.00, 0.00>
} // end of texture
  1. Open the Text editor's Sidebar.

  2. In the text view properties option, you can chose to render 3D View and/or text. Enable Both.

  3. Syntax highlight detects pov/inc/mcr/ini extensions.

  4. Some complete POV-Ray scenes are available to Templates header menu.

  5. And an Insert menu to add just some POV code snippets at cursor's location.

  6. Then you have to go into the material properties to the Custom POV Code field, and just type in the name of your declared item to use: "MyTexture" in the example given. Then you can render your image normally and the material will be replaced.

Blender and POV-Ray do not have the same coordinates systems: POV is Y up while Blender is Z up, so it is to be expected that text generated content is not turned the same as exported UI items since the exporter adds a transform matrix to all exported entities. So if you want to specify orientations more intuitively by looking at the interface, some transforms have to be specified at the end of your custom blocks, for instance as follows:

scale <-1, 1, 1>
rotate <90, 0, -90>
}

Thêm Mã POV từ các Tập Tin Bao Gồm (Adding POV Code from Include Files)#

In any POV-Ray scene you can use the #include directive to add items from an external POV-Ray file. It's like the import function in Python. The files to be included have .inc as their name extension. Then in the replacement field, you can type in any of the declared names available in the include file. "Out of the box", POV-Ray ships with a lot of include files. So you can use them for your textures, but you can also use them for some of their elements. For instance a very often used include file is one that allows to call colors by their names instead of numbers called colors.inc, so the previous example could also be written:

#include "colors.inc"
#declare MyTexture =
texture{
    pigment{
        brick color White*0.99  // color mortar
        color rgb< 0.75, 0.5, 0.30>*0.75  // color brick
        brick_size <0.25, 0.0525, 0.125> // format in x, y and z- direction
        mortar 0.01                      // size of the mortar
        scale 3
    } // end of pigment
    normal {wrinkles 0.75 scale 0.01}
    finish {ambient 0.15 diffuse 0.95 phong 0.2}
    rotate<0,0,0>  translate< 0.01, 0.00, 0.00>
} // end of texture

Some other POV-Ray specific objects are also available: In POV-Ray a triangle mesh is just one primitive among many. You can explore the POV-Ray language by modifying the output file and with the same method, add these primitives by hand, or you can just pick some from the Add menu.

Hình Học Cơ Bản của POV-Ray (POV-Ray Primitives)#

The Add menu in the 3D Viewport allows you to add POV-Ray specific objects in addition to native Blender objects.

They are mathematically defined shapes as opposed to meshes. The sphere, torus, cylinder or cone side will always be round and smooth when rendered, no matter how close you get, and regardless of their appearance in the 3D Viewport, which is only a proxy.

These objects are the type of objects that get created when you import a POV-Ray file, so that ideally, you could "exchange" data back and forth between POV-Ray and Blender.

Bình Diện Vô Hạn (Infinite Plane)#

The rendered plane is actually infinite, but represented by a proxy in the 3D Viewport, which is just very big, but still finite. Please report if you would rather have a different default scale.

Xem thêm

More details on POV-Ray Wiki.

Hình Hộp (Box)#

Based on a mesh cube the object can be transformed using move/rotate/scale

Xem thêm

More details on POV-Ray Wiki.

Hình Cầu (Sphere)#

The sphere has a radius parameter, a location and a scale.

Xem thêm

More details on POV-Ray Wiki.

Hình Trụ (Cylinder)#

In POV-Ray, cylinders are defined by radius, base point and end point. For convenience, move/rotate/scale can be used to the same effect.

Xem thêm

More details on POV-Ray Wiki.

Hình Nón (Cone)#

Cones have a basis radius and end radius.

Xem thêm

More details on POV-Ray Wiki.

Hình Xuyến (Torus)#

Torus has a main radius and a section radius.

Xem thêm

More details on POV-Ray Wiki.

Tham Số (Parametric)#

This is a surface generated from the combination of three mathematical equations.

Xem thêm

More details on POV-Ray Wiki.

Cầu Vồng (Rainbow)#

The rainbow is a view dependent effect.

Xem thêm

More details on POV-Ray Wiki.

Máy Tiện (Lathe)#

This object behaves like the Blender Screw modifier to create surfaces by revolving a spline except instead of being tessellated beforehand, it follows the mathematical curvature of the spline so you won't see any polygons no matter how close you zoom.

Xem thêm

More details on POV-Ray Wiki.

Lăng Trụ (Prism)#

This is a POV-Ray primitive that simply extrudes a shape.

Xem thêm

More details on POV-Ray Wiki.

Hình Bầu Dục Siêu Bậc Hai (Superquadric Ellipsoid)#

A quite versatile tool that can provide quick models for cushion or star-shaped objects.

Xem thêm

More details on POV-Ray Wiki.

Height Field#

This is a displacement of a surface following a texture. Tessellation also happens at render time, so you don't need to subdivide anything before.

Xem thêm

More details on POV-Ray Wiki.

Quét Hình Cầu (Sphere Sweep)#

This POV-Ray primitive sweeps a sphere a long as spline to create an interpolated form that can have variations of radius along the spline. It is also used to export hair strands.

Xem thêm

More details on POV-Ray Wiki.

Blob Sphere#

Like Blender metaballs.

Xem thêm

More details on POV-Ray Wiki.

Bề Mặt Đẳng Giác (Isosurfaces)#

In POV-Ray isosurfaces are objects that can combine and be deformed using pigments or equations.

Xem thêm

More details on POV-Ray Wiki.

Hình Hộp bề mặt Đẳng Giác (Isosurface Box)

An isosurface component shaped as a box.

Hình Cầu bề mặt Đẳng Giác (Isosurface Sphere)

An isosurface component shaped as a sphere.

Hình Xuyến Siêu (Supertorus)

An isosurface shaped as a torus with deforming parameters equivalent to those of the superellipsoid.

Parameters (POV-Ray names):

Bánh Kính Chính, Bán Kính Phụ (MajorRadius, MinorRadius)

Base radii for the torus.

"Điều Khiển Chính", "Điều Khiển Phụ"

Controls for the roundness of the supertorus. Use numbers in the range [0, 1].

"Accuracy"

The accuracy parameter.

"MaxGradient"

The max_gradient parameter.

Hình Học Cơ Bản Nền Tảng Macro (Macro Based Primitives)#

Two primitives are actually macros that generate a mesh from curves before render time:

  • Polygon to Circle Blending

  • Chồng Nối (Loft)

Nhập Khẩu Tập Tin POV-Ray (Importing POV-Ray Files)#

  1. From the same Add menu, you can also import POV-Ray files.

  2. Or otherwise, clicking File ‣ Import from the Topbar menu.

  3. You can then select one or several files.

Tham Chiếu (Reference)

Hạng Mục (Category):

Render (Kết Xuất)

Miêu Tả (Description):

POV-Ray 3.7 integration for Blender.

Địa Điểm (Location):

Kết Xuất (Render) ‣ Động Cơ (Engine) ‣ POV-Ray 3.7

Tập Tin (File):

render_povray folder

Tác Giả (Author):

Campbell Barton, Maurice Raybaud, Leonid Desyatkov, Bastien Montagne, Constantin Rahn, Silvio Falcinelli

Giấy Phép (License):

GPL

Ghi Chú (Note):

Trình Bổ Sung này được đóng gói cùng với Blender.