好了,我是SceneKit和ARKit的新手,我只想设置我添加到场景中的任何模型,使其具有特定的、明亮的照明。我尝试过使用ARSceneView自动更新照明设置的所有不同配置,但唯一能产生明显区别的就是autoenablesDefaultLighting //autoenablesDefaultLighting = true contentScaleFactor = 1.3
if let c
create and add ambient light to the sceneambientLightNode.light = SCNLightscene.rootNode.addChildNode(floor)
let directionalLight = SCNNode()
directionalLight.light = SCNLight