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.
我正在开发一个 Web 应用程序,该应用程序允许您从服务器向客户端发送使用 VTK 制作的图片。为了加快工作速度,我决定在客户端添加 webGL。现在我有一个关于数据同步的问题。
在客户端上,我使用three.js 来处理画布和webGl,并使用PerspectiveCamera,所以我需要获取相机纵横比来初始化它。那么如何在VTK中获得相机纵横比?