标签: ios iphone swift scenekit scnnode
如何在SCNScene上更改eulerAngles?
scene.pointOfView?.eulerAngles = SCNVector3(x:0, y:20, z:0)
不起作用。 我需要改变欧拉?我需要在罗盘应用程序中使用3D箭头。