有没有办法获得视频球的旋转?

Is there a way to get the rotation of a videosphere?

在 A 帧中。我需要在移动 <a-videosphere>.

的视图时输出滚动、俯仰和偏航

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

如果你想要弧度的直接 THREE.Vector3 对象,你可以做 document.querySelector('a-videosphere').object3D.rotation.