Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Section
Column
width60%

The VRayDistanceTex is a V-Ray specific procedural texture that returns a different color based on a point's distance to an object(s) specified in a selection list.

 

UI Text Box
typetip

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.

Column
width5%

 

Column
width35%
 

 

 

UI

...

Paths

...

||V-Ray Asset Editor|| Textures > Textures (right-click) > Distance

||V-Ray Asset Editor|| > Textures Create Asset (left-click) > Textures > Distance

 

 

Parameters

...

Section
Column
width60%

DistanceSpecifies a radius outside which all points are shaded with Far The map specifies a texture to multiply the distance value. Black colors in the distance map shade the points inside the radius with Far Color. White colors shade them with Near Color.

Far Color – The color returned by the texture for points that are at a greater distance than the Distance value from objects specified in the list.  

Near Color – The color returned by the texture for points that are right at the edges of the object(s) specified in the list.

UI Text Box
typeinfo
For points that are outside or inside the objects but not exactly next to them, the color is determined by blending between the Near Color and the Far Color while the distance serves as a falloff radius.

Add Objects – Adds preselected objects from the scene.

 

 

Inside Separate


Inside Separate – When enabled, the Near Color is overridden by the Inside Color value for points that are inside the specified geometry.

Inside Color – The color returned by the texture for points that are right inside the object(s) specified in the list.

UI Text Box
typeinfo
For points that are inside the objects but not exactly next to them the color is determined by blending between the Inside Color and the Far Color while the Distance value serves as a falloff radius.

Inside Solid – When enabled, all points inside the specified geometry are given the Inside Color and no blending is performed.

 

 

Outside Separate


Outside Separate – When enabled, the Near Color value is overridden by the Outside Color value for points that are outside the specified geometry.

Outside Color – The color returned by the texture for points that are outside the object(s) specified in the list.

Outside Solid – When enabled, all the points outside the specified geometry are given the Outside Color value and no blending is performed.

Column
width5%

 

Column
width35%

...