-
-
Save anka/dd2aba0270bf0c97bced to your computer and use it in GitHub Desktop.
iOS camera overlay constants
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//transform values for full screen support | |
#define CAMERA_TRANSFORM_X 1 | |
#define CAMERA_TRANSFORM_Y 1.12412 | |
//iphone screen dimensions | |
#define SCREEN_WIDTH 320 | |
#define SCREEN_HEIGTH 480 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment