mirror of
https://github.com/YACReader/yacreader
synced 2025-07-22 23:15:14 -04:00
"gluPerspetive" llamado en cada refresco antes de "draw"
This commit is contained in:
@ -118,6 +118,8 @@ protected:
|
||||
void calcRV(RVect *RV,int pos);
|
||||
void animate(RVect *Current,RVect to);
|
||||
void drawCover(CFImage *CF);
|
||||
|
||||
void udpatePerspective(int width, int height);
|
||||
|
||||
int updateCount;
|
||||
WidgetLoader * loader;
|
||||
@ -170,8 +172,8 @@ public:
|
||||
~YACReaderFlowGL();
|
||||
|
||||
//size;
|
||||
QSize minimumSizeHint() const;
|
||||
QSize sizeHint() const;
|
||||
//QSize minimumSizeHint() const;
|
||||
//QSize sizeHint() const;
|
||||
|
||||
/*functions*/
|
||||
|
||||
|
Reference in New Issue
Block a user