#include <metallicroughnesseffect.h>
Inherits from Qt3DRender::QTechnique
Public Types
 | 
Name | 
| enum | 
Version { GL3 = 0, ES3, ES2, RHI} | 
Public Functions
Public Types Documentation
enum Version
| Enumerator | 
Value | 
Description | 
| GL3 | 
0 | 
 | 
| ES3 | 
 | 
 | 
| ES2 | 
 | 
 | 
| RHI | 
 | 
 | 
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