[BACK]Return to MyOpenGLController.m CVS log [TXT][DIR] Up to [local] / OpenXM / src / cfep

Diff for /OpenXM/src/cfep/MyOpenGLController.m between version 1.2 and 1.3

version 1.2, 2006/03/07 11:15:23 version 1.3, 2006/03/08 04:58:14
Line 154  static int Gid=0;
Line 154  static int Gid=0;
 -(NSMutableArray *) getListOfOglInitComm { return [myogl getListOfOglInitComm]; }  -(NSMutableArray *) getListOfOglInitComm { return [myogl getListOfOglInitComm]; }
 -(void) showEyeX: (float) x Y: (float) y Z: (float) z {  -(void) showEyeX: (float) x Y: (float) y Z: (float) z {
   [self clearOutput];    [self clearOutput];
   [self output: [NSString stringWithFormat: @"gid=%d, n=%d, position of your eye:(%1.2f,%1.2f,%1.2f)",gid,[self countOfOglComm],x,y,z]];    [self output: [NSString stringWithFormat: @"gid=%d, n=%d, position of your eye:(%1.2f,%1.2f,%1.2f), nc=%d, ni=%d",gid,[self countOfOglComm],x,y,z,[myogl getOglCommSize],[myogl getOglInitCommSize]]];
 }  }
 -(void) showCount {  -(void) showCount {
   [self clearOutput];    [self clearOutput];

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>