istereo

changeset 7:557d86c8d7ed

foo
author John Tsiombikas <nuclear@mutantstargoat.com>
date Wed, 07 Sep 2011 07:43:22 +0300
parents f72c585aec26
children aa70df4bb0e5
files src/glutmain.c src/istereo.c
diffstat 2 files changed, 4 insertions(+), 4 deletions(-) [+]
line diff
     1.1 --- a/src/glutmain.c	Wed Sep 07 07:41:24 2011 +0300
     1.2 +++ b/src/glutmain.c	Wed Sep 07 07:43:22 2011 +0300
     1.3 @@ -12,7 +12,7 @@
     1.4  int main(int argc, char **argv)
     1.5  {
     1.6  	glutInit(&argc, argv);
     1.7 -	glutInitWindowSize(960, 640);
     1.8 +	glutInitWindowSize(640, 960);
     1.9  	glutInitDisplayMode(GLUT_RGB | GLUT_DEPTH | GLUT_DOUBLE);
    1.10  	glutCreateWindow("test");
    1.11  
     2.1 --- a/src/istereo.c	Wed Sep 07 07:41:24 2011 +0300
     2.2 +++ b/src/istereo.c	Wed Sep 07 07:43:22 2011 +0300
     2.3 @@ -8,9 +8,9 @@
     2.4  #include "respath.h"
     2.5  
     2.6  float varr[] = {
     2.7 -	-5, 0.5, 0,
     2.8 -	-3, 0.5, 0,
     2.9 -	-4, 3, 0
    2.10 +	-2, 1.5, 0,
    2.11 +	2, 1.5, 0,
    2.12 +	0, 4, 0
    2.13  };
    2.14  
    2.15  float carr[] = {