ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/FastOpenGlDisplayer/soft/main.h
(Generate patch)

Comparing UserCode/FastOpenGlDisplayer/soft/main.h (file contents):
Revision 1.7 by querten, Sun Apr 20 07:58:58 2008 UTC vs.
Revision 1.10 by roberfro, Fri Apr 25 14:03:42 2008 UTC

# Line 36 | Line 36
36   #include "Texture.h"
37   #include "ReadCards.h"
38   #include "FROG_Struct.h"
39 + #include "ObjectsInfo.h"
40  
41   int SAVE_WINDOW_W = 800;
42   int SAVE_WINDOW_H = 600;
# Line 124 | Line 125 | WidthAndColor WaC_LHC_Axis          = {3
125   WidthAndColor WaC_Default_SimTrack  = {2.0 , 0.0 , 1.0 , 1.0 , 1.0};
126   WidthAndColor WaC_Selected_SimTrack = {2.0 , 1.0 , 1.0 , 0.0 , 1.0};
127  
128 + std::vector<IdAndWidthAndColor*> WaC_SimTracks;
129 +
130 + ObjectsInfo objInfos;
131 +
132   void DrawTrack(MySimTrack* track, MySimVertex* vertex1, MySimVertex* vertex2);
133   void reshape (int w, int h);
134   void display();
# Line 141 | Line 146 | void init();
146   void menu_callback(int value);
147   void menu_create();
148   void LoadCard(const char* inputCard );
149 + void gl_select(int x, int y);
150 + void list_hits(GLint hits, GLuint *names);
151  
152   #endif
153  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines