Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在寻找像轨道控件中的自动旋转功能。我在 Threejs Docs 中找到了 rotateCamera()。不知道如何使用它或调用它。谁能告诉我如何使用它?
TrackballControls不支持自动旋转。上述方法rotateCamera()仅供内部使用。它实际上是由 调用的update()。
TrackballControls
rotateCamera()
update()
你现在有两个选择:
OrbitControls