gpt4 book ai didi

javascript - 三JS : How to rotate object instead of rotating the camera?

转载 作者:行者123 更新时间:2023-11-28 12:15:10 25 4
gpt4 key购买 nike

在三个JS中,是否可以用鼠标旋转对象而不是用OrbitControls.js旋转相机( https://threejs.org/docs/#examples/controls/OrbitControls )谢谢。

最佳答案

我是这样解决这个问题的:

我为 ThreeJS 创建了“ObjectControls”模块,它允许您旋转单个对象(或组),而不是场景。

包含库:

用法:

varcontrols = new ObjectControls(camera, renderer.domElement, yourMesh);

您可以在这里找到现场演示:https://albertopiras.github.io/threeJS-object-controls/

这是存储库:https://github.com/albertopiras/threeJS-object-controls .

关于javascript - 三JS : How to rotate object instead of rotating the camera?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51151586/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com