Vray Displace Material
Table of Contents
This material allows you to control displacement of objects. Displacement is a technique for adding detail to your scene geometry without having to model it first. The concept is very similar to material bump. However, bump is a shading effect that only changes the appearance of a surface, while displacement actually modifies the surface.

Basic Properties
Name - here you can enter a name for the object.
Layer - If an element was assigned to a layer its layer color will be displayed here. This field reflects the layer color in the Layer Palette. You can drag & drop layers from the Layer Browser or similar layer fields onto this field. You can also assign layers or remove elements from current layers using the menus located behind the small triangle.
Preview Quality - quality of material preview in preview window.
Use Displacement - when this option is checked Vray Displace Material will affect object.
Use as Subdivision Surface - when this option is checked Vray Displace Material will apply a subdivision scheme to the object. For triangular portions of a mesh, the Loop subdivision scheme is used. For quadrangular portions, the Catmull-Clark scheme is used. Other polygons are first converted to triangles.
Common params
Displacement type - the method used to apply displacement mapping.
- 2D Mapping - this method bases the displacement on a texture map that is known in advance. The displaced surface is rendered as a warped height-field based on that texture map. The actual raytracing of the displaced surface is done in texture space, and the result is mapped back into 3d space. The advantage of this method is that it preserves all the details in the displacement map. However, it requires that the object has valid texture coordinates. You cannot use this method for 3d procedural textures or other textures that use object or world coordinates. The displacement map can take any values (as opposed to 3D mapping, which will ignore values outside the 0.0-1.0 or black to white range).
- 3D Mapping - this is a general method which takes the original surface geometry and subdivides its triangles into smaller sub-triangles which are then displaced. It can be applied for arbitrary displacement maps with any kind of mapping. This method can also use the displacement map specified in the object's material. Note that with 3d mapping the displacement map's range of values must be within the 0.0-1.0 range (black to white). Values outside of this range will be clipped.
Amount - the amount of displacement. A value of 0.0 means the object will appear unchanged. Higher values produce a greater displacement effect. This can also be negative, in which case the displacement will push geometry inside the object. Intensity of the displacement is sets in really world units, thous units are taken from the c4d units of the file, if you change the units there also the displacement size changes accordingly.
Shift - this specifies a constant, which will be added to the displacement map values, effectively shifting the displaced surface up and down along the normals. This can be either positive or negative.
Water level - this will clip the surface geometry in places where the displacement map value is below the specified threshold. This can be used for clip mapping a displacement map value below which geometry will be clipped.
Texture - the displacement map. This can be any texture map - a bitmap, procedural map etc.
Texture Type - for displacement texture you can use a classic luminace grayscale based map (Luminance texture) or Normal Map (RGB).
2D Mapping
Resolution - this determines the resolution of the displacement texture used by VRAYforC4D . If the texture map is a bitmap, it would be best to match this resolution to the size of the bitmap. For procedural 2d maps, the resolution is determined by the desired quality and detail in the displacement. Note that VRAYforC4D will also automatically generate a normals map based on the displacement map, to compensate for details not captured by the actual displaced surface.
Precision - this parameter is related to the curvature of the displaced surface; flat surfaces can do with a lower precision (for a perfectly flat plane you can use 1), more curved surfaces require higher values. If the precision is not high enough you can get dark spots ("surface acne") on the displacement. Lower values compute faster.
Tight bounds - this parameter will cause VRAYforC4D to compute more precise bounding volumes for the displaced triangles, leading to slightly better rendering times.
3D Mapping
Use Global parameters - when this option is off VRAYforC4D's displacement tag will use own displacement parameters, not Displacement Render Settings values.
View dependent - when this is on, Edge length determines the maximum length of a subtriangle edge, in pixels. A value of 1.0 means that the longest edge of each sub triangle will be about one pixel long when projected on the screen. When View-dependent is off, Edge length is the maximum sub triangle edge length in world units.
Edge length - this determines the quality of the displacement. Each triangle of the original mesh is subdivided into a number of subtriangles. More subtriangles mean more detail in the displacement, slower rendering times and more RAM usage. Less subtriangles mean less detail, faster rendering and less RAM. The meaning of Edge length depends on the View-dependent parameter below.
Max subdivs - this controls the maximum subtriangles generated from any triangle of the original mesh. The value is in fact the square root of the maximum number of subtriangles. For example, a value of 256 means that at most 256 x 256 = 65536 subtriangles will be generated for any given original triangle. It is not a good idea to keep this value very high. If you need to use higher values, it will be better to tessellate the original mesh itself into smaller triangles instead.
Keep continuity - using this will try to produce a connected surface, without splits.
Tight bounds - when this is on, VRAYforC4D will try to compute the exact bounding volume of the displaced triangles from the original mesh. This requires pre-sampling of the displacement texture, but the rendering will be faster, if the texture has large black or white areas. However, if the displacement texture is slow to evaluate and varies a lot between full black and white, if may be faster to turn this option off. When it is off, VRAYforC4D will assume worst-case bounding volumes, and will not presample the texture. Note that this affects only the 2d mapping and 3d mapping modes; with the Subdivision method VRAYforC4D will always compute the exact bounding volume and this parameter is ignored.
Vector Displacement - If you have a displacement texture that is not grayscale VRAYforC4D will convert it to grayscale before rendering the displaced geometry. When this option is enabaled it allows VRAYforC4D to use the Red Green and Blue channels of the displacement texture to displace the geometry in the U and V directions in addition to the normal of the face.
Use texmap bounds - the texture map will be filtered before the actual displacement takes place, you can force to compute more precise bounding volumes for the displaced triangles, leading to slightly better rendering times.
Texmap min / Texmap max - these two options allow you to specify custom bounderies for the displaced geometry. By default is limited to values between 0 and 1. .
Notes
- You can use with VrayDisplaceMaterial normal maps in Texture slot in RGB mode of Texture Type.
Related: