Scene3DSGMaterial Class
class Qt3DRender::Scene3DSGMaterialThe Scene3DSGMaterial class is a custom QSGMaterial subclass used to render a Scene3DSGNode. More...
Header: | #include <Scene3DSGMaterial> |
Inherits: | QSGMaterial |
Detailed Description
\internal
\inherits
QSGMaterial
The Scene3DSGMaterial class renders a texture using premultiplied alpha unlike the QSGSimpleTextureMaterial.
This is needed to properly integrate alpha blending from a Qt3D scene within a QtQuick 2 scene.