Guest User

Untitled

a guest
Jul 22nd, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. (void)viewWillAppear:(BOOL)animated{
  2.  
  3. isbtn_Paused = true;
  4.  
  5.  
  6. _scnView.scene = [SCNScene sceneNamed:@"sample"];
  7. _scnView.allowsCameraControl = YES;
  8.  
  9. _scnView.autoenablesDefaultLighting = YES;
  10. _scnView.backgroundColor = [UIColor whiteColor];
  11.  
  12. printf("%f",_scnView.sceneTime);
  13. _scnView.loops = NO;
  14.  
  15.  
  16. }
Add Comment
Please, Sign In to add comment