We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I just run sample code and getting empty blank screen. path for .glb is correct. But still getting blank screen. See attachment.
I would be appreciated if you help me out
The text was updated successfully, but these errors were encountered:
some gab files are not showing dd.zip dd.zip
Sorry, something went wrong.
import UIKit import SceneKit import UIKit import GLTFSceneKit class YZGltViewController: UIViewController { override func viewDidLoad() { super.viewDidLoad() let scnView = SCNView() var scene: SCNScene do { let sceneSource = try GLTFSceneSource(named: "cylinderEngine.glb") scene = try sceneSource.scene() scnView.scene = scene scnView.frame = view.bounds scnView.allowsCameraControl = true scnView.autoenablesDefaultLighting = true view.addSubview(scnView) } catch { print("\(error.localizedDescription)") return } } }
No branches or pull requests
I just run sample code and getting empty blank screen.
path for .glb is correct. But still getting blank screen.
See attachment.
I would be appreciated if you help me out
The text was updated successfully, but these errors were encountered: