Table of Contents

This page provides information on the V-Ray Edges Texture.

Overview


Edges achieves an effect similar to wireframes. Since it is a texture, it allows for interesting effects that are not possible with the standard materials.

The texture can also be used as a bump map (using the Local Space Bump mode) to produce a "round corners" effect for mesh objects.

Any texture can be replaced via the Replace With New Texture () button, which activates when you select the texture to be replaced. If the texture is an instance, all copies are changed as well.


Parameters


Edges Color – Specifies the color of the edges. If a texture is selected, it overrides the color as long as the texture checkbox is enabled.

Background Color – Specifies the color of the faces. If a texture is selected, it overrides the color as long as the texture checkbox is enabled. 

Width Unit Type –Specifies the unit of measurement for the thickness of the edges.

World units – Thickness of the edges is measured in world (scene) units.
Pixels – Thickness of the edges is measured in pixels.

Width (Scene Units) – When the Width Unit Type is set to World Units, this parameter specifies the thickness of the edges in world (scene) units.

Width (Pixels) – When the Width Unit Type is set to Pixels, this parameter specifies the thickness of the edges in pixels.

Show Hidden Edges – When enabled, this renders all edges of the object. When disabled, only edges not marked as "hidden" are rendered. For more information, please see the Show Hidden Edges Parameter example below.

Show Subdivision Edges – When enabled, edges generated by displacement mapping or render time subdivision are visible.

Round Edges


Same Object Only – When enabled, the rounded corners are produced only along edges that belong to the same object which has the map applied. When disabled, rounded corners are produced along edges formed when the object with the edges map intersects other objects in the project. For more information, please see the Same Object Only Parameter example below.

Corners – Specifies the type of edges that are rounded. For more information, please see the Corners Parameter example below.

Convex and Concave – The effect is applied to both convex and concave edges.
Convex only – The effect is applied only to convex edges.
Concave only – The effect is applied only to concave edges.


When using Normal/Bump map in combination with Round Edges, the correct workflow is the following:

  1. Have a material with set up Bump or Normal mapping;
  2. Create a Bump material set to Local Space Bump mode and connect an Edges texture for the rounded corners effect;
  3. Slot the first material into the Bump material to achieve the combined effect.


 




 


 Example: Show Hidden Edges Parameter


Example: Same Object Only Parameter


In this example, the cube and the cylinders are separate objects in the project. Material bump is enabled and set to Bump Texture Channel mode.


off
on

off
on




Example: Corners Parameter


Convex & concave corners

Convex corners only

Concave corners only





Multipliers


Mode – Specifies the multiplication mode of the colors. 

Multiply – The color used for blending is black.
Blend Amount  The color used for blending is the one specified in the color slot.

Edges Color – Blends between a color and a texture, if specified. 

Background Color – Blends between a color and a texture, if specified. 


 

Notes


  • When applied to displaced or subdivided objects, the Edges normally show the edges of the original mesh:


 
 

  • Edges cannot simulate outlines on the objects; you can use Outline Override to add outlines.
  • Currently, when used as a bump map in glossy materials with Blinn or Ward BRDF, Edges may lead to dark edges; to avoid this, use the Phong BRDF instead.


Blinn BRDF

Phong BRDF


Was this helpful?