Re: [Interest] Quick3D mapping of png textures onto Item 3D

2012-09-20 Thread Satya Praveen Ganapathi
AM To: Thomas Senyk; interest@qt-project.org Subject: Re: [Interest] Quick3D mapping of png textures onto Item 3D Hi, We tried with below blending property in Effect but transparent area of the png file is still shown as black shaded. Quad{ Effect{ texture:img.png blending:true } } Could you

Re: [Interest] Quick3D mapping of png textures onto Item 3D

2012-09-20 Thread Thomas Senyk
5:13 PM To: interest@qt-project.org Subject: Re: [Interest] Quick3D mapping of png textures onto Item 3D As he is using QtQuick3D, the answer is simpler: http://doc.qt.digia.com/qt-quick3d-snapshot/qml-effect.html#blending-pro p :) Greets Thomas On Tue, September 18, 2012 08:57:55

Re: [Interest] Quick3D mapping of png textures onto Item 3D

2012-09-20 Thread Satya Praveen Ganapathi
To: interest@qt-project.org Subject: Re: [Interest] Quick3D mapping of png textures onto Item 3D As he is using QtQuick3D, the answer is simpler: http://doc.qt.digia.com/qt-quick3d-snapshot/qml-effect.html#blending-pro p :) Greets Thomas On Tue, September 18, 2012 08:57:55 AM Till Oliver

Re: [Interest] Quick3D mapping of png textures onto Item 3D

2012-09-20 Thread Satya Praveen Ganapathi
From: Satya Praveen Ganapathi Sent: Thursday, September 20, 2012 4:20 PM To: Thomas Senyk Cc: Ramakanthreddy_Kesireddy; interest@qt-project.org Subject: RE: [Interest] Quick3D mapping of png textures onto Item 3D Hi, Thanks for the reply. Actually we donot have mesh for the png files

Re: [Interest] Quick3D mapping of png textures onto Item 3D

2012-09-19 Thread Thomas Senyk
As he is using QtQuick3D, the answer is simpler: http://doc.qt.digia.com/qt-quick3d-snapshot/qml-effect.html#blending-prop :) Greets Thomas On Tue, September 18, 2012 08:57:55 AM Till Oliver Knoll wrote: 2012/9/18 Satya Praveen Ganapathi pravee...@hmie.co.in: ... However, the png image is

Re: [Interest] Quick3D mapping of png textures onto Item 3D

2012-09-19 Thread Ramakanthreddy_Kesireddy
Subject: Re: [Interest] Quick3D mapping of png textures onto Item 3D As he is using QtQuick3D, the answer is simpler: http://doc.qt.digia.com/qt-quick3d-snapshot/qml-effect.html#blending-prop :) Greets Thomas On Tue, September 18, 2012 08:57:55 AM Till Oliver Knoll wrote: 2012/9/18 Satya Praveen

Re: [Interest] Quick3D mapping of png textures onto Item 3D

2012-09-18 Thread Till Oliver Knoll
2012/9/18 Satya Praveen Ganapathi pravee...@hmie.co.in: ... However, the png image is not getting displayed properly in 3D space i.e. transparent area of the png file is shown as black shaded. Most probably you simply need to enable alpha blending: In OpenGL terms that usually means a) Turn

[Interest] Quick3D mapping of png textures onto Item 3D

2012-09-17 Thread Satya Praveen Ganapathi
Hi, Iam using Quick3D to render the png as texture onto Quad 3D Item. However, the png image is not getting displayed properly in 3D space i.e. transparent area of the png file is shown as black shaded. Quad{ Effect{ texture:img.png } } Please let me know how can we remove the black