Ignore:
Timestamp:
Jun 10, 2005, 5:24:31 PM (18 years ago)
Author:
darran
Message:
  • towards steep culling based on alpha transparency.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Swollen/swollen/keyboardeventhandler.h

    r92 r104  
    2323    virtual bool timestepChanged();
    2424    virtual bool toggleWireframe();
     25    virtual bool toggleCulling();
    2526    virtual int getTimestep(){return (unsigned int) _timestep;}
    2627    virtual void setTime(float time);
     
    2930    int _direction, _timestep, _ntimesteps;
    3031    float _tps, _prevtime, _tpsorig;
    31     bool _paused, _timestepchanged, _togglewireframe;
     32    bool _paused, _timestepchanged, _togglewireframe, _toggleculling;
    3233};
    3334
Note: See TracChangeset for help on using the changeset viewer.