©BBB3viz

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »

Table of Contents

This page provides information on the Curvature Map.

Overview


VRayCurvature is a texture that effectively samples the underlying mesh, and render a gradient based on a surface's curvature.

A region around each shaded point is sampled with additional rays (similar to VRayDirt) and all additional normals are averaged to get a "smooth" normal at the original point. This normal is used to compute the resulting color. The color at each shaded point is a greyscale value: darker values are dents (or holes), lighter values are peaks. The parameters should be adjusted by trial and error since they generally depend on the scale used, hence the defaults might not be appropriate in some cases.

 

UI Path: ||Material Editor window|| > Material/Map Browser...
||Material Editor window|| > Material/Map Browser > Maps > V-Ray > VRayCurvature

 

 

 

Parameters


Subdivs – Controls the number of samples around each shaded point.

Sample spread – Controls the radius of the sampled region

Min/Max Output Color – Allows the output color to be mapped to a range that is different than 0.1 (makes the output texture darker or lighter).

Scale – Scale factor for the curvature tracing. Can be used to match curvature on big and small objects.

 

 

Notes


  • VRayDirt and VRayCurvature have their own Subdivs parameters which work independently from the Adaptive sampling settings.
Was this helpful?