add file picking for osx and ios and implement equirectangular import
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
#import <UIKit/UIKit.h>
|
||||
#import <GLKit/GLKit.h>
|
||||
|
||||
@interface GameViewController : GLKViewController <UIKeyInput>
|
||||
@interface GameViewController : GLKViewController <UIKeyInput,UIImagePickerControllerDelegate,UINavigationControllerDelegate>
|
||||
{
|
||||
@public GLKView* glview;
|
||||
}
|
||||
@@ -17,5 +17,7 @@
|
||||
- (void)async_lock;
|
||||
- (void)async_unlock;
|
||||
- (void)async_swap;
|
||||
|
||||
- (void)pick_photo:(std::function<void(std::string)>) callback;
|
||||
- (void)registerForKeyboardNotifications;
|
||||
- (void)unregisterForKeyboardNotifications;
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user