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
image ? Thanks, Song -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 Rodal Samuel (Nokia-MP/Oslo) Sent: Wednesday, August 29, 2012 6:43 PM To: interest@qt-project.org 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

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

[Interest] About copying the image buffer with alpha blending

2012-08-29 Thread song.7.liu
Hi, We found that QPainer::drawImage takes 30~50ms for one 150*114 image, it seems a little slow. One quick optimization to try is: we want to do the memory copy to the backing store buffer directly instead of using the PaintRasterEngine. So from Qt, is there a helper function can copy the memo

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] 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] About qxmlstream

2012-07-19 Thread song.7.liu
Thanks, finally the DOM is used for this case, thanks ;) From: ext Jason H [mailto:scorp...@yahoo.com] Sent: Thursday, July 19, 2012 9:21 PM To: Liu Song.7 (Nokia-MP/Beijing); interest@qt-project.org Cc: Jiang Wenjun (Nokia-MP/Beijing) Subject: Re: [Interest] About qxmlstream Importance: High I d

[Interest] About qxmlstream

2012-07-19 Thread song.7.liu
Hi, Can the Qt XML handle the content as below ? 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
se argue. -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

[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 http://lists.qt-