Return to MyOpenGLController.m CVS log | Up to [local] / OpenXM / src / cfep |
version 1.2, 2006/03/07 11:15:23 | version 1.3, 2006/03/08 04:58:14 | ||
---|---|---|---|
|
|
||
-(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]; |