|
MNE-CPP
0.1.9
A Framework for Electrophysiology
|
PerVertexPhongAlphaMaterial is provides a Qt3D material with own shader support. More...
#include <pervertexphongalphamaterial.h>
Public Member Functions | |
| PerVertexPhongAlphaMaterial (bool bUseSortPolicy=false, Qt3DCore::QNode *parent=nullptr) | |
| ~PerVertexPhongAlphaMaterial ()=default | |
Public Member Functions inherited from DISP3DLIB::AbstractPhongAlphaMaterial | |
| AbstractPhongAlphaMaterial (bool bUseSortPolicy, QNode *parent) | |
| virtual | ~AbstractPhongAlphaMaterial ()=default |
| virtual float | alpha () const |
| virtual void | setAlpha (float fAlpha) |
Additional Inherited Members | |
Public Types inherited from DISP3DLIB::AbstractPhongAlphaMaterial | |
| typedef QSharedPointer< AbstractPhongAlphaMaterial > | SPtr |
| typedef QSharedPointer< const AbstractPhongAlphaMaterial > | ConstSPtr |
Protected Member Functions inherited from DISP3DLIB::AbstractPhongAlphaMaterial | |
| virtual void | init () |
| virtual void | addShaderToRenderPass (const QString &sObjectName, Qt3DRender::QShaderProgram *pShaderProgramm) |
| virtual void | onAlphaChanged (const QVariant &fAlpha) |
Protected Attributes inherited from DISP3DLIB::AbstractPhongAlphaMaterial | |
| QPointer< Qt3DRender::QEffect > | m_pEffect |
| QPointer< Qt3DRender::QParameter > | m_pDiffuseParameter |
| QPointer< Qt3DRender::QParameter > | m_pSpecularParameter |
| QPointer< Qt3DRender::QParameter > | m_pShininessParameter |
| QPointer< Qt3DRender::QParameter > | m_pAlphaParameter |
| QPointer< Qt3DRender::QFilterKey > | m_pDrawFilterKey |
| bool | m_bUseSortPolicy |
PerVertexPhongAlphaMaterial is provides a Qt3D material with own shader support.
PerVertexPhongAlphaMaterial is provides a Qt3D material with own shader support.
Definition at line 80 of file pervertexphongalphamaterial.h.

|
explicit |
Default constructor.
| [in] | bUseSortPolicy | Whether to use the sort policy in the framegraph. |
| [in] | parent | The parent of this object. |
Definition at line 59 of file pervertexphongalphamaterial.cpp.
|
default |
Default destructor.
1.8.17