有没有办法让电子圈旋转?

时间:2016-07-27 02:06:30

标签: aframe

在A-Frame中。当我移动<a-videosphere>的视图时,我需要输出滚动,俯仰和偏航。

1 个答案:

答案 0 :(得分:2)

你可以document.querySelector('a-videosphere').getAttribute('rotation')。结果将是{x, y, z}度数的对象。

如果您想要以弧度为单位的直接THREE.Vector3对象,则可以执行document.querySelector('a-videosphere').object3D.rotation