You are browsing the documentation for v0.x. Visit here for the newest version.
Either a string that represents space separated 2 coodinates or a THREE.Vector2 instance.
THREE.Vector2
Examples below set the offset prop to (x, y) = (12.34, 56.78).
offset
(x, y) = (12.34, 56.78)
<vgl-texture offset="12.34 56.78" />
<vgl-texture :offset="new THREE.Vector2(12.34, 56.78)">