Advertisement
Guest User

Untitled

a guest
May 29th, 2016
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. SCNNode * buttonRef = [scene.rootNode childNodeWithName:@"buttonRef" recursively:YES];
  2. SCNVector3 buttonRefPosition = [buttonRef position];
  3.  
  4. mainView = (SCNView *)self.view;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement