MNE-CPP
0.1.9
A Framework for Electrophysiology
|
PerVertexTessPhongAlphaMaterial is provides a Qt3D material with own shader support. More...
#include <pervertextessphongalphamaterial.h>
Public Member Functions | |
PerVertexTessPhongAlphaMaterial (bool bUseSortPolicy=false, Qt3DCore::QNode *parent=nullptr) | |
~PerVertexTessPhongAlphaMaterial ()=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 | 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 |
PerVertexTessPhongAlphaMaterial is provides a Qt3D material with own shader support.
PerVertexTessPhongAlphaMaterial is provides a Qt3D material with own shader support.
Definition at line 85 of file pervertextessphongalphamaterial.h.
|
explicit |
Default constructor.
[in] | bUseSortPolicy | Whether to use the sort policy in the framegraph. |
[in] | parent | The parent of this class. |
Definition at line 65 of file pervertextessphongalphamaterial.cpp.
|
default |
Default destructor.