Skip to content

Commit

Permalink
Disable plane tracking
Browse files Browse the repository at this point in the history
  • Loading branch information
Esteban Herrera authored and Esteban Herrera committed Jul 10, 2017
1 parent fbcd9da commit b1ed3a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ARSpriteKit/ViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class ViewController: UIViewController, ARSKViewDelegate {

// Create a session configuration
let configuration = ARWorldTrackingSessionConfiguration()
configuration.planeDetection = .horizontal
//configuration.planeDetection = .horizontal

// Run the view's session
sceneView.session.run(configuration)
Expand Down

0 comments on commit b1ed3a2

Please sign in to comment.