Link Search Menu Expand Document

You are browsing the documentation for v0.x.
Visit here for the newest version.

vector2

Either a string that represents space separated 2 coodinates or a THREE.Vector2 instance.

Examples below set the offset prop to (x, y) = (12.34, 56.78).

<vgl-texture offset="12.34 56.78" />
<vgl-texture :offset="new THREE.Vector2(12.34, 56.78)">

List of prop types