我正在使用 ObjC 语言在 Scenekit 项目中使用 collada 文件加载 3D 模型。我想实现 3d 模型的动态缩放,即 SCNNode 就像 AutoLayout 适用于任何 UIControl 并对其施加约束一样。
我希望将 SCNNode 缩放到与其父 SCNView 的缩放因子相同的因子,而不剪切 3D 模型的任何部分。
如果可能的话,我该如何实现?
Best Answer-推荐答案 strong>
自动执行此操作并不方便。
您必须根据其视野和对象的尺寸放置相机。
见 How to calculate the z-distance of a camera to view an image at 100% of its original scale in a 3D space
关于ios - 有没有办法根据其父 SCNView 的框架来缩放 SCNNode?,我们在Stack Overflow上找到一个类似的问题:
https://stackoverflow.com/questions/28792771/
|