"gluPerspetive" llamado en cada refresco antes de "draw"

This commit is contained in:
Luis Ángel San Martín
2013-01-17 19:30:00 +01:00
parent c5e8424ee0
commit 570a135e21
4 changed files with 26 additions and 18 deletions

View File

@ -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*/