Is it possible to get a screenshot of an SCNView? I\'m trying with the below code, but it always comes out white...
NSRect bounds = [window.contentView bound
In OS X v10.10 and iOS 8, SCNView adds a snapshot method, so you can get an NSImage (or UIImage) out of it much more easily.
SCNView
snapshot
NSImage
UIImage