Table of Contents

This page provides information about the UVW Mapping texture in V-Ray for Blender.


Overview


The UVW Mapping node is used, combined with a Bitmap node, and specifies which UV channel of the loaded texture is read.




Properties and Input Sockets




Properties


UV Layer – Specifies the name of the UV channel that should be used.

Repeat U/V – Multiplier for the U or V values.

Offset U/V – Offset is added to the U or V values before mirroring (after wrap, coverage, clamp).

Rotate UV – Rotates the UVs after mirroring.

Mirror U/V – When enabled, every other tile outside the [0;1] range is mirrored in U or V.

Wrap U/V – When enabled, U or V values outside the [0;1] range wrap back to [0;1].

Coverage U/v – U or V values are remapped to 1.0.

Translate U/V – Translates the frame in the U or V direction after applying rotate_frame (and before wrap, coverage, clamp).

Rotate Frame – Rotates the frame after applying UV noise.

Clamp U/V – Specifies the clamped UVW coordinates of the point being shaded.

Stagger – When enabled, tiles in the V direction add +0.5 to the U value for a 'staggering' effect.

Noise U/V – Noise magnitude multiplier in the U or V direction.




Input Sockets


UVW Transform – This slot allows you to connect a Mapping node (UVW Mapping, UWV Randomizer) to adjust the UWVs of the texture before any other transformations are calculated (Wrap, Crop, etc.).

Tex Transform – This slot allows you to connect a Mapping node (UVW Mapping, UWV Randomizer) to apply  UWV adjustments after any other transformations are calculated (Wrap, Crop, etc.).






Properties


Type – Specifies the type of projection mapping to use from the following:

None – No UV coordinates for projection are generated. The expected result is for pixel color at the (0, 0) coordinates of the input texture to be sampled and applied uniformly across the entire shaded surface.
Planar – The input texture is projected from an imaginary planar surface, facing towards the negative Z axis.
Spherical – The input texture is projected from an imaginary spherical surface. Additional control over the projection is provided through the U Angle and V Angle parameters.
Cylindrical – The input texture is projected from an imaginary cylindrical surface. Additional control over the projection is provided through the U Angle parameter.
Cubic  The input texture is projected inwards towards the surface, from all six sides of an imaginary box.
Triplanar – The equivalent of three Planar projections, one for each axis. The benefit of this mapping type compared to the Cubic projection is that it produces uniformly-sized UV scaling, whereas the Cubic type produces distortions for very tall/slim/narrow objects (unless manually resolved by scaling the Cubic projection using a V-Ray Transform Matrix VOP).
Perspective – The input texture is projected towards the surface from the camera provided under the Projection Camera parameter.

Object Space – When enabled, the projection is applied in the object space of the currently shaded geometry. This means that object-level transformations applied over the node will affect the scale and/or orientation of the projection.

U/V Angle – Only used for the Spherical and Cylindrical projection mapping types. Provides control over the number of texture repetitions. 

Motion Blur Samples – Determines the number of geometry segments used to approximate motion blur. Objects are assumed to move linearly between geometry samples. For objects rotating at high speed, increase this parameter to get correct motion blur. Note that higher values increase memory consumption since more geometry copies are kept in memory. 



Mapping


Wrap U – Specifies if wrapping in the U direction is disabled (No Wrapping), if it Wraps around (Wrap), or if it tiles and mirrors itself (Mirror Tile).

Crop U – Enables or disables cropping in the U direction.

Wrap V – Specifies if wrapping in the V direction is disabled (No Wrapping), if it Wraps around (Wrap), or if it tiles and mirrors itself (Mirror Tile).

Crop V – Enables or disables cropping in the V direction.

Wrap W – Specifies if wrapping in the W direction is disabled (No Wrapping), or it Wraps around (Wrap), or if it tiles and mirrors itself (Mirror Tile).

Crop W – Enables or disables cropping in the W direction.

Use Additional Scale – When enabled, applies an additional scale factor for the texture derivative.





This mode has no editable properties.


Input Sockets


UVW Transform – This slot allows you to connect a Mapping node (UVW Mapping, UWV Randomizer) to adjust the UWVs of the texture.





Input Sockets


UVW Transform – This slot allows you to connect a Mapping node (UVW Mapping, UWV Randomizer) to adjust the UWVs of the texture.






Properties


Mapping Type – Determines how the texture is mapped:

angular
cubic
spherical – This Mapping Type imitates as if an infinite sphere surrounds your scene and is mapped with spherical mapping coordinates.
mirror_ball
screen
max_spherical
spherical_vray
max_cylindrical
max_shrink_wrap
max_world_xyz

Wrap U/ Wrap V/Wrap W – Wraps the map on its U, V, or W direction according to one of the following ways:

No wrapping
Wrap 
Mirror tile

Crop U/V/W – Crops the map in its U/V/W direction.

DUVW Scale  – Specifies an additional scale factor for the texture derivatives.

Ground – Enables or disables the ground plane option.

Ground Radius – When Ground is enabled, this specifies the radius of the ground.




Was this helpful?