Link Search Menu Expand Document

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

euler

Either a string that represents space separated 3 coodinates and order string or a THREE.Euler instance.

Examples below set the rotation prop to (x, y, z, order) = (0.12, 0.23, 0.34, 'ZYX').

<vgl-group rotation="0.12 0.23 0.34 ZYX" />
<vgl-group :rotation="new THREE.Euler(0.12, 0.23, 0.34, 'ZYX')" />

List of prop types