Qt 6.11 is out! See what's new in the release
blog
How to make qt 3d object transparent?
-
The example above shows how to create a wireframe view on top of the Trefoil .obj file. I want just the wireframe view. I have been trying to make the underlying .obj file transparent or make it disappear by setting the
Alphaproperty ofQPhongAlphaMaterialbut am having no success. I'm actually doing this project in Qt 3D C++. The QML code translates line to line to C++.Similar unanswered question
"I setalphato 0.5 in robustwireframe.frag, but it does not work."