Opciones de material

Referencia

Panel

Material ‣ Opciones y Nodos de sombreado ‣ Barra lateral ‣ Opciones

Superficie

Multiple Importance Sample

By default objects with emitting materials use both direct and indirect light sampling methods. But in some cases it may lead to less noise overall to disable direct light sampling for some materials. This can be done by disabling the Multiple Importance Sample option. This is especially useful on large objects that emit little light compared to other light sources.

This option will only have an influence if the material contains an Emission node; otherwise it will be disabled.

Sombras transparentes

Use transparent shadows if it contains a Transparent BSDF, disabling will render faster but will not give accurate shadows.

Displacement Method

Método usado para producir el Desplazamiento de un material.

Sólo desplazamiento

Los vértices de la malla serán desplazados antes del procesamiento, modificando la propia malla del objeto. Esto producirá resultados de mejor calidad, cuando la malla se encuentre con el nivel suficiente de subdivisión. Como resultado de esto, este método será también el más intensivo, en cuanto al uso de memoria.

Sólo relieve

Al ejecutar el sombreado de la superficie, se usará una normal modificada de la superficie, en vez de la normal real. Se trata de una alternativa menos pesada, en cuanto al uso de memoria, con respecto al desplazamiento real, ya que se trata de una aproximación simulada. Los contornos de la superficie no mostrarán ningún desplazamiento y tampoco existirá la capacidad de procesar sombras del desplazamiento sobre la propia superficie.

Desplazamiento y relieve

Permitirá combinar ambos métodos para desplazar de forma real la malla y usar, al mismo tiempo, un mapeo de relieve para incorporar el detalle fino a la imagen.

Volumen

Muestreo
Distancia

For dense volumes lit from far away Distance sampling is usually more efficient.

Equiangular

If you have got a light inside or near the volume then equiangular sampling is better.

Importancia múltiple

If you have a combination of both, then the multiple importance sampling will be better.

Interpolación

Interpolation method to use for the volume objects and smoke simulation grids.

Lineal

Simple interpolation which gives good results for thin volumes.

Cúbico

Smoothed high-quality interpolation needed for more dense volumes, but slower.

Homogéneo

Assume volume has the same density everywhere (not using any textures), for faster rendering. For example absorption in a glass object would typically not have any textures, and so the renderer can be set to avoid taking small steps to sample the volume shader. Usually this is automatically determined by the renderer. This setting provides a manual control for cases where it is not detected.

Tamaño de intervalos

Adjust distance between volume shader samples for volume shaders. This is typically used to reduce the step size for procedural shaders that add more detail with procedural textures, when it is not captured by the default step size. See Volume Render Settings for more information.