istereo2

annotate 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
rev   line source
nuclear@2 1 #ifndef CONFIG_H_
nuclear@2 2 #define CONFIG_H_
nuclear@2 3
nuclear@2 4 #if defined(__IPHONE_3_0) || defined(__IPHONE_3_2) || defined(__IPHONE_4_0)
nuclear@2 5 #define IPHONE
nuclear@2 6
nuclear@2 7 #define glClearDepth glClearDepthf
nuclear@2 8 #endif
nuclear@2 9
nuclear@2 10 #endif /* CONFIG_H_ */