#include <metallicroughnesseffect.h>
Inherits from Qt3DRender::QTechnique
Public Types
Public Functions
Public Types Documentation
enum Version
Public Functions Documentation
| explicit MetallicRoughnessTechnique(
Version version,
Qt3DCore::QNode * parent =nullptr
)
|
function enabledLayers
| QStringList enabledLayers() const
|
function setEnabledLayers
| void setEnabledLayers(
const QStringList & layers
)
|
function setOpaque
| void setOpaque(
bool opaque
)
|
function setCullingMode
| void setCullingMode(
Qt3DRender::QCullFace::CullingMode mode
)
|
function setAllowCulling
| void setAllowCulling(
bool allowCulling
)
|
| Qt3DRender::QShaderProgramBuilder * metalRoughShaderBuilder() const
|
Updated on 2023-07-03 at 11:02:06 +0000