Conveted GeoSet to use the new state::set*Pointer/disable*Pointer methods

to keep the current state valid.
This commit is contained in:
Robert Osfield
2002-07-13 20:31:30 +00:00
parent 12be8e5493
commit db888b191c
4 changed files with 111 additions and 71 deletions

View File

@@ -394,8 +394,8 @@ class SG_EXPORT GeoSet : public Drawable
int _fast_path;
void set_fast_path( void );
void draw_fast_path( void );
void draw_alternate_path( void );
void draw_fast_path( State& state );
void draw_alternate_path( State& state );
};