Controls all the primary settings for rendering, including predefined and custom settings.
Summary
You use the Advanced Render Settings palette to control rendering settings. You can also access the Render Presets Manager from the Render Settings palette.
List of Options
The following options are displayed.
Render Preset List / Select Render Preset
Lists standard render presets ranging from lowest to highest quality, up to four custom render presets and allows access to the Render Presets Manager.
Contains settings that affect how your model gets rendered.
- Save File
- Rendering Procedure
-
Controls the model content that gets processed during rendering.
- View. Renders the current view without displaying the Render dialog box.
- Crop. Creates a render area at render time. When you click the Render button with Crop Window selected, you are prompted to specify an area in the drawing before rendering proceeds. This option is available only when Viewport is selected under Destination.
- Selected. Displays a prompt to select objects to render.
- Destination
- Output File Name
-
Specifies a file name and location where the rendered image will be stored.
- BMP (*.bmp). Still-image bitmap file in the Windows bitmap (.bmp) format.
- PCX (*.pcx). Simple format that provides a minimum of compression.
- TGA (*.tga). File format that supports 32-bit true color; that is, 24-bit color plus an alpha channel, and is typically used as a true color format.
- TIF (*.tif). Multiplatform bitmap format.
- JPEG (*.jpg). Popular format for posting image files on the Internet for minimum file size and minimum download time.
- PNG (*.png). Still-image file format developed for use with the Internet and World Wide Web.
- Output Size
- Exposure Type
-
Controls the tone operator setting. This does not need to be stored in the named render preset. Rather it can be stored per drawing in the render context.
- Automatic. Indicates that the tone operator used should be chosen to match the current viewport tone operator strategy.
- Logarithmic. Indicates that the log exposure control should be used.
- Physical Scale
Contains settings that affect how materials are handled by the renderer.
- Apply Materials
-
Applies the surface materials that you define and attach to an object in the drawing. If Apply Materials is not selected, all objects in the drawing assume the color, ambient, diffuse, reflection, roughness, transparency, refraction, and bump map attribute values defined for the GLOBAL material. For more information, see MATERIALS.
- Texture Filtering
- Force 2-Sided
Controls how the renderer performs sampling.
- Min Samples
-
Sets the minimum sample rate. The value represents the number of samples per pixel. A value greater than or equal to 1 indicates that one or more samples are computed per pixel. A fractional value indicates that one sample is computed for every N pixels (for example, 1/4 computes a minimum of one sample for every four pixels). Default=1/4.
- Max Samples
-
Sets the maximum sample rate. If neighboring samples find a difference in contrast that exceeds the contrast limit, the area containing the contrast is subdivided to the depth specified by Maximum. Default=1.
The values of the Min Samples and Max Samples lists are "locked" together so that the value of Min Samples can't exceed the value of Max Samples.
- Filter Type
- Box. Sums all samples in the filter area with equal weight. This is the quickest sampling method.
- Gauss. Weights the samples using a Gauss (bell) curve centered on the pixel.
- Triangle. Weights the samples using a pyramid centered on the pixel.
- Mitchell. Weights the samples using a curve (steeper than Gauss) centered on the pixel.
- Lanczos. Weights the samples using a curve (steeper than Gauss) centered on the pixel, diminishing the effect of samples at the edge of the filter area.
- Filter Width and Filter Height
- Contrast Color
- Contrast Red, Blue, Green
-
Specifies the threshold values for the red, blue, and green components of samples. These values are normalized, and range from 0.0 to 1.0, where 0.0 indicates the color component is fully unsaturated (black, or 0 in eight-bit encoding) and 1.0 indicates the color component is fully saturated (white, or 255 in eight-bit encoding).
- Contrast Alpha
Contains settings that affect how shadows appear in the rendered image.
- Enable
- Mode
- Shadow Map
- Sampling Multiplier
-
Globally limits shadow sampling for area lights. This is part of the rendering preset data. This allows draft and low quality presets to reduce area light sampling. It’s effect is to modulate the inherent sampling frequency specified for each light. The default value=1 for new presets. Values are 0, 1/8, 1/4, 1/2, 1, 2. Draft: 0; Low:1/4; Med:1/2; High:1; Presentation:1.
Contains settings that affect the shading of a rendered image.
- Enable
- Max Depth
-
Limits the combination of reflection and refraction. Tracing of a ray stops when the total number of reflections and refractions reaches the maximum depth. For example, if Max Depth equals 3 and the two trace depths each equal the default value of 2, a ray can be reflected twice and refracted once, or vice versa, but it cannot be reflected and refracted four times.
- Max Reflections
- Max Refractions
Affects how your scene is illuminated.
- Enable
- Photons/Samples
-
Sets how many photons are used to compute the intensity of the global illumination. Increasing this value makes global illumination less noisy but also more blurry. Decreasing this value makes global illumination more noisy but less blurry. The larger the Samples value, the greater the rendering time.
- Use Radius
- Radius
- Max Depth
-
Limits the combination of reflection and refraction. Reflection and refraction of a photon stop when the total number of both equals the Max Depth setting. For example, if Max Depth equals 3 and the trace depths each equal 2, a photon can be reflected twice and refracted once, or vice versa, but it can’t be reflected and refracted four times.
- Max Reflections
- Max Refractions
Calculates global illumination.
- Mode
- Rays
- Radius Mode
-
Determines the radius mode for final gather processing. Settings are On, Off, or View.
- On. Specifies that the setting means the Max Radius setting is used for final gather processing. The radius is specified in world units, and defaults to 10 percent of the maximum circumference of the model.
- Off. Specifies the maximum radius is the default value of 10 percent of the maximum model radius, in world units.
- View. Specifies the Max Radius setting in pixels instead of world units and is used for final gather processing.
- Max Radius
- Use Min
- Min Radius
Affects how lights behave when calculating indirect illumination. By default, the energy and photon settings apply to all lights in a scene.
- Photons/Light
-
Sets the number of photons emitted by each light for use in global illumination. Increasing this value increases the accuracy of global illumination, but also increases the amount of memory used and the length of render time. Decreasing this value improves memory usage and render time, and can be useful for previewing global-illumination effects.
- Energy Multiplier
Helps you understand why the renderer is behaving in a certain way.
- Grid
-
Renders an image that shows the coordinate space of objects, the world, or camera.
- Object. Shows local coordinates (UVW). Each object has its own coordinate space.
- World. Shows world coordinates (XYZ). The same coordinate system applies to all objects.
- Camera. Shows camera coordinates, which appear as a rectangular grid superimposed on the view.
- Grid Size
- Photon
-
Renders the effect of a photon map. This requires that a photon map be present. If no photon map is present, the Photon rendering looks just like the nondiagnostic rendering of the scene: the renderer first renders the shaded scene, then replaces it with the pseudocolor image.
- Density. Renders the photon map as it is projected into the scene. High density is displayed in red, and lower values render in increasingly cooler colors.
- Irradiance. Similar to the Density rendering, but shades the photons based on their irradiance. The maximum irradiance is rendered in red, and lower values render in increasingly cooler colors.
- BSP
-
Renders a visualization of the parameters used by the tree in the BSP ray-trace acceleration method. If a message from the renderer reports excessively large depth or size values, or if rendering seems unusually slow, this can help you locate the problem.
- Depth. Shows the depth of the tree, with top faces in bright red, and increasingly deep faces in increasingly cool colors.
- Size. Shows the size of leaves in the tree, with differently sized leaves indicated by different colors.
- Tile Size
-
Determines the tile size for rendering. To render the scene, the image is subdivided into tiles. The smaller the tile size, the more image updates are generated during rendering. When the tile size is reduced, the number of image updates increases, meaning that a rendering take longer to complete. If the tile size is increased, fewer image updates occur and the rendering takes less time to complete.
- Tile Order
-
Specifies the method used (render order) for tiles as an image is rendered. You can choose a method based on how you prefer to see the image appear as it renders in the Render Window.
- Hilbert. Next tile to be rendered is based on the cost of switching to the next one.
- Spiral. Tiles are rendered beginning at the center of the image, and spiral outward.
- Left to Right. Tiles are rendered in columns, from bottom to top, left to right.
- Right to Left. Tiles are rendered in columns, from bottom to top, right to left.
- Top to Bottom. Tiles are rendered in rows, from right to left, top to bottom.
- Bottom to Top. Tiles are rendered in rows, from right to left, bottom to top.
- Memory Limit