How to make SceneView's background transparent in SwiftUI

I want to show a 3D model in ZStack, but the model needs to be transparent to show the behind content. I tried several approaches in this question already: https://stackoverflow.com/questions/67557700/how-can-i-make-sceneviews-background-transparent
How to make SceneView's background transparent in SwiftUI
 
 
Q