您好我正在使用OrbitController进行简单的WebGL程序。
我注意到OrbitControls只在0,0,0点上轨道运行。
有没有办法将其轨道改变为围绕物体? (也许是onclick)
任何帮助都将不胜感激。
答案 0 :(得分:1)
如果你browse the source code,你会发现一个名为target的变量。评论如下:
// "target" sets the location of focus, where the control orbits around
// and where it pans with respect to.
在我看来,这正是你所需要的。