You are browsing the documentation for v0.x. Visit here for the newest version.
Either a string that represents space separated 3 coodinates or a THREE.Vector3 instance.
THREE.Vector3
Examples below set the position prop to (x, y, z) = (1.23, 3.45, 4.56).
position
(x, y, z) = (1.23, 3.45, 4.56)
<vgl-group position="1.23 3.45 4.56" />
<vgl-group :position="new THREE.Vector3(1.23, 3.45, 4.56)" />