改变摄像机在角度的旋转
我正在使用Aframe,并试图改变相机的旋转。当视频开始播放时,它将开始向我们展示0,0的180度,
<a-camera reverse-mouse-drag="true" rotation-reader wasd-controls-enabled="false">
<a-entity cursor position="0 0 -1" geometry="primitive: shpere; radius: 0.005" material="color:#000000; shader: flat; opacity: 0.6">
</a-entity>
</a-camera>
I am using Aframe in angular and trying to Change rotation of camera. When the video starts playing, it will start out showing us 180 degrees on the 0,0, coordinate
<a-camera reverse-mouse-drag="true" rotation-reader wasd-controls-enabled="false">
<a-entity cursor position="0 0 -1" geometry="primitive: shpere; radius: 0.005" material="color:#000000; shader: flat; opacity: 0.6">
</a-entity>
</a-camera>
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
欺骗?
将其包裹在DIV中,并使用CSS旋转。
Cheat?
Wrap it in a div and use CSS to rotate it.