istereo2

view src/config.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 3bccfc7d10fe
line source
1 #ifndef CONFIG_H_
2 #define CONFIG_H_
4 #if defined(__IPHONE_3_0) || defined(__IPHONE_3_2) || defined(__IPHONE_4_0)
5 #define IPHONE
7 #define glClearDepth glClearDepthf
8 #endif
10 #endif /* CONFIG_H_ */