Skip to content

Instantly share code, notes, and snippets.

View Lukafin's full-sized avatar

Luka Finžgar Lukafin

  • FFIo6NPPSL2HT2XC9z9pCyS6
View GitHub Profile
@Lukafin
Lukafin / gist:9610077c831fcaabd6e47f8625544898
Created September 12, 2018 16:03
video player over detected image
if imageAnchor.name == "3fs" {
//let ship = sceneView.scene.rootNode.childNode(withName: "ship", recursively: false)!
//node.addChildNode(ship)
//let trophy = sceneView.scene.rootNode.childNode(withName: "trophy", recursively: false)!
//node.addChildNode(trophy)
let referenceImage = imageAnchor.referenceImage
let updateQueue = DispatchQueue(label:"someName")
updateQueue.async {