Guest User

Untitled

a guest
Dec 11th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. self.sceneView.scene.rootNode.addChildNode(sphere)
  2.  
  3. self.sceneView.scene.rootNode.enumerateChildNodes { (node, stop) in
  4. node.enumerateChildNodes{(node, stop) in
  5.  
  6. What should I do in here?
  7.  
  8. })
Add Comment
Please, Sign In to add comment