istereo2

view src/ios/app_delegate.h @ 4:d4fed8aac9a6

fixed all sideways crap in the effect code fixed fov on all orientations fixed inverted tangent vector in bump mapped version
author John Tsiombikas <nuclear@member.fsf.org>
date Mon, 21 Sep 2015 21:12:36 +0300
parents
children
line source
1 #ifndef APP_DELEGATE_H_
2 #define APP_DELEGATE_H_
4 #import <UIKit/UIKit.h>
6 @interface AppDelegate : UIResponder <UIApplicationDelegate> {
7 }
9 @property (nonatomic, retain) UIWindow *window;
11 @end /* AppDelegate */
13 #endif /* APP_DELEGATE_H_ */