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.8 by querten, Sun Apr 20 13:12:20 2008 UTC

# Line 124 | Line 124 | WidthAndColor WaC_LHC_Axis          = {3
124   WidthAndColor WaC_Default_SimTrack  = {2.0 , 0.0 , 1.0 , 1.0 , 1.0};
125   WidthAndColor WaC_Selected_SimTrack = {2.0 , 1.0 , 1.0 , 0.0 , 1.0};
126  
127 + std::vector<IdAndWidthAndColor*> WaC_SimTracks;
128 +
129   void DrawTrack(MySimTrack* track, MySimVertex* vertex1, MySimVertex* vertex2);
130   void reshape (int w, int h);
131   void display();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines