作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在使用 a-frame js 创建平面游览。我想自动移动相机。目前我正在使用鼠标这样做。有人可以帮助我吗?
最佳答案
要在 A-Frame 中进行补间,您可能会使用 a-animation
系统:
<a-entity camera position="0 1.6 0">
<a-animation attribute="position"
dur="2000"
easing="linear"
to="0 1.6 -10"></a-animation>
</a-entity>
JSFiddle .要对此进行自定义,请参阅 animation documentation .
Aside: For VR scenes, moving the camera automatically is often uncomfortable for users, and should be done rarely and without acceleration, if at all.
关于aframe - 自动移动相机A型框js,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39514722/
我是一名优秀的程序员,十分优秀!