MaterialInterface.setUvOffset() method
Set the UV offset.
Signature:
setUvOffset(offset: [number, number]): this;
Parameters
Parameter |
Type |
Description |
---|---|---|
offset |
[number, number] |
this
Remarks
In Core3D:
- A positive X offset moves the texture right. 2. A positive Y offset moves the texture down.
The underlying implementation must transform the values as needed to achieve this behavior.