Re: [Interest] About the coordinator between the texture and vertex in opengl

2013-01-04 Thread song.7.liu
); glVertexPointer(3, GL_FIXED, 0, vert); glDrawArrays(GL_TRIANGLE_STRIP, 0, 4); And if I want to bind a texture to this object without rotation, so how to decide the coordinator of the texture ? Thanks, Song From: interest-bounces+song.7.liu=nokia@qt-project.org [mailto:interest-bounces

[Interest] About the coordinator between the texture and vertex in opengl

2012-12-28 Thread song.7.liu
hi, i am new to opengl, and expect there are some experts of qt opengl in this community, so i would ask some opengl questions here. The problem is about binding a texture to an object, but i am quite not understanding how is the texture coordinator decided according to the vertex coordinator

Re: [Interest] About copying the image buffer with alpha blending

2012-08-29 Thread song.7.liu
Is the premultiplied specified when creating QImage or other ? From: interest-bounces+song.7.liu=nokia@qt-project.org [mailto:interest-bounces+song.7.liu=nokia@qt-project.org] On Behalf Of ext Till Oliver Knoll Sent: Wednesday, August 29, 2012 5:04 PM To: Qt Project Subject: Re

Re: [Interest] About copying the image buffer with alpha blending

2012-08-29 Thread song.7.liu
QImage(const QString fileName, const char *format = 0); If I want to use Format_ARGB8565_Premultiplied, so what’s the format string in above constructor ? Thanks, Song From: interest-bounces+song.7.liu=nokia@qt-project.org [mailto:interest-bounces+song.7.liu=nokia@qt-project.org

[Interest] AnimatedImage in Qt

2012-08-27 Thread song.7.liu
Hi, I have one PNG image with frame animation, so how can I show one specific frame in Qt ? Many thanks ;) Thanks, Song ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] AnimatedImage in Qt

2012-08-27 Thread song.7.liu
I just find the QMovie, can it work with my case ? From: interest-bounces+song.7.liu=nokia@qt-project.org [mailto:interest-bounces+song.7.liu=nokia@qt-project.org] On Behalf Of Liu Song.7 (Nokia-MP/Beijing) Sent: Tuesday, August 28, 2012 10:17 AM To: interest@qt-project.org Subject

[Interest] About qxmlstream

2012-07-19 Thread song.7.liu
Hi, Can the Qt XML handle the content as below ? title Hello / Any help is appreciated ;) Thanks, Song ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] Qt on Windows Phone 8

2012-06-21 Thread song.7.liu
. -Original Message- From: interest-bounces+song.7.liu=nokia@qt-project.org [mailto:interest-bounces+song.7.liu=nokia@qt-project.org] On Behalf Of ext Harri Pasanen Sent: Thursday, June 21, 2012 4:40 PM To: interest@qt-project.org Subject: Re: [Interest] Qt on Windows Phone 8

[Interest] Warining about: Project WARNING: QtGui cannot have a QT of gui

2012-05-22 Thread song.7.liu
Hi, I am building the Qt5, but could somebody point out what's the possible cause of: Project WARNING: QtGui cannot have a QT of gui ? Any information is appreciated ;) Thanks, Song ___ Interest mailing list Interest@qt-project.org