Interface: MaterialUvScaleOffset
Controls how textures are positioned and scaled on surfaces.
UV mapping defines how 2D textures are applied to 3D surfaces. This interface provides precise control over the size, position, and repetition of textures, ensuring they appear correctly on the 3D model.
Business value:
- Ensures patterns and textures appear at the correct scale on products
- Enables precise alignment of fabric patterns, wood grain, or decorative elements
- Prevents distortion of brand logos or text in product visualization
- Critical for accurate representation of patterned and textured materials
Properties
isActive
isActive:
boolean
When true, custom UV scaling is applied to this material.
uOffset
uOffset:
string
|number
Horizontal offset of the texture. Controls left/right positioning on the surface.
uScale
uScale:
string
|number
Horizontal scaling factor of the texture. Controls size/repetition along the horizontal axis.
vOffset
vOffset:
string
|number
Vertical offset of the texture. Controls up/down positioning on the surface.
vScale
vScale:
string
|number
Vertical scaling factor of the texture. Controls size/repetition along the vertical axis.