istereo2

view src/ios/main.m @ 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 #import <UIKit/UIKit.h>
2 #import "app_delegate.h"
4 int main(int argc, char **argv)
5 {
6 @autoreleasepool {
7 return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class]));
8 }
9 }