Beginning ARKit · Annotating Detected Images With AR text | raywenderlich.com


This is a companion discussion topic for the original entry at https://www.raywenderlich.com/737368-beginning-arkit/lessons/39

Did I just miss it, or didn’t we call the method we just implemented?! :thinking:

Something like this:

      if isArtImage {
        // If the detected artwork is one that we’d like to highlight (and one which we’d
        // like the user to tap to find out more), draw an “artwork” plane and
        // the name of the artwork over the image.
        let textNode = self.createArtworkNameNode(withImageName: imageName)
        node.addChildNode(textNode)
      }

@accordionguy Can you please help with this when you get a chance? Thank you - much appreciated! :]

You are right, the video didn’t make use of the createArtworkNameNode function.