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.
在 VPython 中,当我旋转视图时,我总是围绕原点 (0,0,0) 旋转,但我正在做一些需要能够将其更改为另一个点的事情。有没有办法改变观点,如果是这样,那是什么?
这个站点非常详细地介绍了 VPython 中的视图。您需要更改center位置,因为那是相机的外观。
center
http://www.vpython.org/contents/docs/visual/display.html