Xcode – How to clear the background of a SceneView 3D Object in SwiftUI
Does anyone knows how to clear the background of a SceneView 3D Object? I'm trying using UIColor.clear, but it makes it white. [] import SwiftUI import SceneKit struct TestView: View { var body: some View { ZStack{ Color.green SceneView( scene:…