/[hegemonie]/hegemonie/ModelViewer/ModelView.h
ViewVC logotype

Diff of /hegemonie/ModelViewer/ModelView.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.7 by ano, Tue Aug 5 09:52:20 2003 UTC revision 1.8 by ano, Mon Aug 18 10:17:30 2003 UTC
# Line 37  Line 37 
37  {  {
38    BOOL              _init;    BOOL              _init;
39    BOOL              _initModel;    BOOL              _initModel;
40    
41    NSMutableArray   *_animeNames;    NSMutableArray   *_animeNames;
42            
43    Camera           *_cam;    Camera           *_cam;
# Line 49  Line 50 
50    int               _mode;    int               _mode;
51  }  }
52    
53  - (void) rotateHeading2: (double)heading;  //- (void) afficheOff;
54  - (void) rotatePitch2: (double)pitch;  //- (void) afficheOn;
   
 - (void) rotateAll: (double)heading  
          withPitch: (double)pitch;  
55    
56  - (void) afficheOff;  - (void) reshape;
57  - (void) afficheOn;  - (void) drawRect: (NSRect)aRect;
58    - (BOOL) initGL;
59    - (id) initWithFrame: (NSRect)frameRect
60             pixelFormat: (NSOpenGLPixelFormat *)format;
61    
62  - (NSMutableArray*) animeNames;  - (NSMutableArray*) animeNames;
63    
64  //- (void) changeAnime: (NSString *)name;  //- (void) changeAnime: (NSString *)name;
65  - (void) changeMode: (int)mode;  - (void) changeMode: (int)mode;
66    - (Camera*) cam;
67    - (void) setCam: (Camera*)cam;
68    
69  @end  @end
70    

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26