Skip to content

Instantly share code, notes, and snippets.

@markdaws
Last active June 25, 2017 04:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save markdaws/5df910cbafc4d6a7d72a3961a4923c66 to your computer and use it in GitHub Desktop.
Save markdaws/5df910cbafc4d6a7d72a3961a4923c66 to your computer and use it in GitHub Desktop.
NSString *path = [[NSBundle mainBundle] pathForResource:@"Assets.scnassets/vangoghroom/vg" ofType:@"obj"];
NSURL *url = [NSURL fileURLWithPath:path];
MDLAsset *asset = [[MDLAsset alloc] initWithURL:url];
MDLObject *obj = [asset objectAtIndex:0];
SCNNode *n = [SCNNode nodeWithMDLObject:obj];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment