gpt4 book ai didi

ios - SCNSphere 的接缝在哪里?

转载 作者:可可西里 更新时间:2023-11-01 01:25:10 27 4
gpt4 key购买 nike

检查这段代码:

    let sphereGeometry = SCNSphere(radius: 10)
sphereGeometry.isGeodesic = falsebetter
let sphereMaterial = SCNMaterial()
sphereMaterial.diffuse.contents = newImage
sphereMaterial.isDoubleSided = true
sphereGeometry.materials = [sphereMaterial]
sphere = SCNNode(geometry: sphereGeometry)
sphere.position = SCNVector3(x: 0, y: 0, z: 0)

newImage 是 1440x720(我从帽子里挑出来的数字)。

好的,newImage 的左右边缘出现在球体的哪个位置?我本以为它会是“北”,但似乎并非如此。我的图像似乎以东为中心,这意味着接缝在西边。我似乎无法在 the docs 中找到对此的任何讨论。 .

最佳答案

最简单的理解方式是,如果您的图像是一张地球的圆角平面图/等距柱状 map ,其中心为 0º 经度,那么接缝就是日期变更线。

所以这个

enter image description here从 (0,0, +ve) 的角度来看会是这样

enter image description here

关于ios - SCNSphere 的接缝在哪里?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41943908/

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